Ask a Question related to Macromedia Director 3D, Design and Development.
-
Karl Sigiscar #1
Re: turning off 3D animation?
Hello Martin,
1. There is a way by code to stop all animations before your movie starts.
In a movie script, place the following code:
on prepareMovie
member("scene").model("name").bonesplayer.pause()
end
Then, when you want to trigger the animation, you can use a sprite script:
on mouseUp
member("scene").model("name").bonesplayer.play()
end
2. When it comes
I asked 3D animators if they have a way to create several different
timelines (with each a different name) on the same hierarchy of models. They
told me that they can't (at lease under 3DS Max).
But as you figured out, you can export animation-only W3D files (by having
only the Animation option checked in the Shockwave 3D exporter). Then you
import these into Director and use the cloneMotionFromCastmember()
instruction when you need a given motion. This works well and is a common
practice in the videogame industry (e.g on PSOne). You can use the "Play
animation" and "Load motions into the scene" behaviors in the Chrome Lib:
[url]http://www.director3d.de/2003/07/14.html[/url]
Regards,
Karl.
Karl Sigiscar Guest
-
Turning off audio?
Is there any way to turn off the audio on a game? I was playing around with the game at http://www.bubblebox.com/game/adventure/91.htm , and I'd... -
Turning a file into an ad
Hi there I really need some beginner help. I need to turn this file http://www.thefightmusic.com/f/header3.swf Into a 468*60 banner ad. Basically... -
Turning things off
Anyone know how to change either of the following? If you leave 2003 server idle it will go into log off mode. Is there any way to remove or extend... -
THOSE OTF FONTS: TURNING 'EM OFF
OS 10.2.8 / dual 1-gHz / Illustrator CS: I normally use Suitcase (X1) to manage my fonts. I remove all extraneous fonts and keep them in a central... -
keyframe animation detected on a resource that will marge -this animation willbe lost
hi, sorry for the question but need a quick fix for it. i am exporting from max 5, a quick animation of a shark tail moving but on export i am...



Reply With Quote

