T
Tom Stone
Guest
I have just 1 problerm I need to figure out. I somehow seem to be unable to code a actionscript in frame 30 that stops just one movieclip and lets the rest loop.
I cant access the movieclips i made. For example if I make a new project:
1. I make 2 layers for a car and a cloud.
2. I insert in the car and cloud layer the matching images and set them to movieclip and give them the instancenames car_mc and cloud_mc
3. I make matching motion tweens for the 2 objects
cloud_mc is supposed to circle in the sky
car_mc drives to the middle of the screen
When I start it, it does just that in loop,but I want the car to drive up just once and then stay there and exactly there is my problem.
I click on the carlayer at the last frame and write into actionscrip:
car_mc.stop();
all I get is that there is no syntax error and in the end it has no effect whatsoever on the movie. I manage to make the whole movie stop and go, but as soon as I try to adress just the cloud or the car it just wont work.
What am I missing?
I cant access the movieclips i made. For example if I make a new project:
1. I make 2 layers for a car and a cloud.
2. I insert in the car and cloud layer the matching images and set them to movieclip and give them the instancenames car_mc and cloud_mc
3. I make matching motion tweens for the 2 objects
cloud_mc is supposed to circle in the sky
car_mc drives to the middle of the screen
When I start it, it does just that in loop,but I want the car to drive up just once and then stay there and exactly there is my problem.
I click on the carlayer at the last frame and write into actionscrip:
car_mc.stop();
all I get is that there is no syntax error and in the end it has no effect whatsoever on the movie. I manage to make the whole movie stop and go, but as soon as I try to adress just the cloud or the car it just wont work.
What am I missing?