PDA

View Full Version : Button Q



EIlves
May 14th, 2005, 05:27 PM
Hello I have a question concerning movieclips and what happens to them after they have been interacted with.

For example I have a movieclip on first frame with AS that allows user to disable the button and play next frame after pressing. (there is a stop action on the first frame). Now, on the second and third frame a motion tween is added to the same button that moves it form one place to another. But the problem is that due to its interaction with users click, it wont participate in the motion tween, it stays put. Could somebody please explain me where is "the catch"?

Thank you veeeeery much.. :)

rhamej
May 14th, 2005, 08:33 PM
Hello I have a question concerning movieclips and what happens to them after they have been interacted with.

For example I have a movieclip on first frame with AS that allows user to disable the button and play next frame after pressing. (there is a stop action on the first frame). Now, on the second and third frame a motion tween is added to the same button that moves it form one place to another. But the problem is that due to its interaction with users click, it wont participate in the motion tween, it stays put. Could somebody please explain me where is "the catch"?

Thank you veeeeery much.. :)
No catch. What your doing should work. Hard to tell without seeing a fla file though.

EIlves
May 15th, 2005, 07:39 AM
No catch. What your doing should work. Hard to tell without seeing a fla file though.

Hei, thnx for the interest. I made the files, could you please take a look at them? Even if I delete "this.enabled = false;" it still won't move the box :'(