View Single Post
05-29-2007, 03:49 PM
#6
Andrew R is offline Andrew R
Status: Request a custom title
Join date: Dec 2005
Location: Arizona
Expertise:
Software:
 
Posts: 5,200
iTrader: 17 / 95%
 

Andrew R is on a distinguished road

  Old

Have a keyframe in the frame you want it to stop (one with button), and on the BUTTON (not just an element, but an actual button), do this:
Code:
on (release) {
     gotoAndPlay(scene); // Should be about one frame after button, if that's the way you made it.
}

Reply With Quote