Ask a Question related to Macromedia Director 3D, Design and Development.
-
DANGH_b #1
to many rotating objects
Hy guys. I have 24 objects that i want to rotate on their selfs. i used
member('models').model('m1').rotate(0, 5, 0,#self) if i try to rotate more that
6 objects with the same command or the with repeat i get an error: it
says:'script error:Object expected Can somebody help me? What can i do?
DANGH_b Guest
-
Problem rotating 3D objects...
Some of my 3D objects don't rotate properly...is there any way to set a pivot-point for a 3D object? I've made a simple 3D tank, and all I want... -
Newbie Question? Aligning Objects to other Objects?
Hi, I think this a newbie question and I will try to explain it as best as possible! I have a hollow circle (no fill, or stroke) and x amount of... -
Rotating
how do I rotate a primitive/model without rotating it's own axis system. example - When creating a cone, it is created with it's sharp end pointing... -
Storing Objects/Arrays in Stored Objects
Hello All, I recently came across a very frustrating issue when trying to create and store arrays within objects in a Shared object. It took me... -
Rotating Phrase Box
I'm trying to make an animation that rotates phrases every five minutes or so. Is a flash animation the way to go? Any suggestions? -
hondo3000 #2
Re: to many rotating objects
i think your problem is not the rotating of the models, you adressed a model
that is not available. may be you should check if the model exists before you
try to rotate it.
if world.model("box01") then
world.model("box01").rotate(vector(1,1,1),#self)
end if
(this is not tested may be it is not working but i think you should think in
this way...)
hondo3000 Guest
-
DANGH_b #3
Re: to many rotating objects
Yes you are right.I found out that a model didn`t exist.
thank you for answering me
DANGH_b Guest



Reply With Quote

