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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help DaveDesign, OldNewbie or Any Flash Gurus 1

Status
Not open for further replies.

TulsaJeff

Programmer
Jan 29, 2001
870
US
I have built a menu inside a MC and need to tell the buttons inside the MC to GoTo and Play a frame on the main timeline. Can you tell me how to accomplish this. I am sure it is probably simple but I have been working on this for days and nothing seems to work. If you need to see the site to get an idea of what I am talking about I have uploaded it temporarily to
I appreciate any and all advice I can get.
 
hi

flash4
On (Press)
Begin Tell Target ("_level0")
Go to and Stop ("yourlabel")
End Tell Target
End On

flash5
on (press) {
tellTarget ("_level0") {
gotoAndStop ("yourlabel");
}
}


dave dave@davdesign.co.uk

^^^^^^^^^^^^^^^^
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top