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!

button linking

Status
Not open for further replies.

stvchez123

Programmer
Joined
Apr 18, 2002
Messages
59
Location
US
this one should be super quick. I'm working on page and just my button to go to another frame. here is my button actionscript:

on (press) {
gotoAndPlay(20);
}

but not referring is not performing correctly.

am i missing something?
 


on(release){
_root.gotoAndPlay(20);
}
 
thanks alot oldnewbie for your help. problem solved
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top