Ask a Question related to Macromedia Director 3D, Design and Development.
-
Scifo #1
Remote Control Car Example by CanDo. Where does it getsome of it's information from?
I've been tearing apart the
[url]http://ijsr32.infj.ulst.ac.uk/%7Ee2353.staff/COM602J2/Tutorials/Havok/RemoteCont[/url]
roCar/RemoteControlCar.dir example by CanDo over the last few days trying to
figure out exactly how it works, but there are a couple of things that have
stumped me.
Rather than apply the havok directly to the 3D member on stage (named carW3D)
it appears to be calling the member 1:simon . This may be the original name
for the file or something, but I don't know where it appears in Director.
As well as this the havok or the original 3D member are changing the values of
properties without director telling you when or how.
for example:
the value pChassisNameis not defined in director until you get further into
the script, but it seems to know in the "on updatehover" that pChassisRB =
pHavok.rigidBody(pChassisName) is pChassisRB = pHavok.rigidBody("chassis00").
As well as this values for properties change without notice. a property
pStrength is listed as 1 as a default, but after the havok is applied it's
value is changed to 40.
I can understand if the W3D file has values like mass and strength that change
the default, but I've no idea where it is being told to identify pChassiName as
being "chassis00"
Scifo Guest
-
Error validating remote path information
Here's what's happening: I'm creating connection to a website via SFTP. In the Connection Wizard, SFTP settings are entered and validated... but... -
Problem: Process.GetProcessesByName : Couldn't get process information from remote machine
As part of an ASP.NET application, I am creating an Excel spreadsheet using my .NET component. On my machine (win2K) I always get a... -
How can I use session state information in a serveruser control
Hi, once a user has logged in I want to use some variable in the other custom server controls I've developed. In the page, where the controls are... -
Remote control window
Does anyone know how to make a remote window. I would like to open a window by hitting a button in the main window and I would like this new window... -
Infrared Remote Control for Nikon Coolpix?
Are there any Nikon cameras that have this function? I want wireless remote control. It seems only Canon and Olympus have it. -
Scifo #2
Re: Remote Control Car Example by CanDo. Where does itget some of it's information from?
I'm pretty sure I've worked it out now.
I got carried away with the delete key when I started on this and took out all of the information at the bottom that lets you edit it ouside the script
Scifo Guest



Reply With Quote

