Jump to content


on (release) ...


  • You cannot reply to this topic
1 reply to this topic

#1 Jessica

    Young Padawan

  • Members
  • Pip
  • 7 posts

Posted 22 April 2006 - 02:07 AM

Hi again (sorry).

I want to command with a button
a movieclip to go to the frame 25.
The movieclip’s instance name is: MC-007.

I don’t know how to add it (in the code below).
Thanks.


on (release) {
gotoAndPlay(25);
}

#2 funkysoul

    The Funky Stuff

  • Publishing Betazoids
  • PipPipPipPip
  • 2,307 posts
  • Gender:Male
  • Location:Zurich, Switzerland
  • Interests:Music: HIM, HIM, HIM, Cafe del Mar, Linkin Park, Fort Minor, Coldplay, Eric Jordan<br />Sports: Snowboarding, KiteSurfing, Extreme Sports<br />Computer: Flash, After Effects, Actionscript

Posted 22 April 2006 - 04:43 AM

this should work..

on(release){
_root.MC-007.gotoAndPlay(25);
}

Edited by funkysoul, 22 April 2006 - 04:43 AM.






1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users