Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

moving button 1

Status
Not open for further replies.

guytoon

Technical User
Jun 5, 2002
54
GB
A bit simple but how can I make an animated button move around the screen and then move to the next scene once the viewer clicks on it?
 
put your button in a movie clip and move it in there any way you want (eventually with a guide layer) and put on it the actions you want it to do. on the button, not on the movie.
it's pretty easy, but if you have any problems i can send you an example file. Diana.
diana@cyberslotz.co.uk
 
By the way, if you're targeting the main timeline, from this button movie clip, using scene names won't work. You have to label the first frame of the targeted scene with a unique label, such as start2, and then add _root (or _level0) and that label to your button's script:

on (press) {
_level0.gotoAndPlay("start2");
} Regards,

oldman3.gif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top