PDA

View Full Version : actionscripted movement within a movie clip


mand0
03-08-2002, 04:55 AM
How could I make this tutorila .fla "http://www.actionscripts.org/tutorials/intermediate/actionscripted_movement/index.shtml" work if the circle movie clip was within a movie clip on the main stage or if it was on a different scene?

Thanks

Billy T
03-08-2002, 06:49 AM
I dont know the tutorial but it would just be a matter of changing the path.

for example if there is an action such as

_root.ball._x=50;

and you have put the ball mc into an mc with an instance name of mc1 you will need to change the action to

_root.mc1.ball._x=50;



don't use scenes

cheers

mand0
03-08-2002, 02:18 PM
Yeah, I was trying that last night without success and I just tried right now and it worked.....hmmm.....I must've missed an action last night while changing the AS. Thanks