Jump to content


i cannot go the the _root page


  • You cannot reply to this topic
3 replies to this topic

#1 _*spoiled-dezigner_*

  • Guests

Posted 14 January 2006 - 10:00 AM

please help me im in the mc5 and i have a button to go in the root.what command should i put

i try
on (release) {
this._parent._parent._parent._parent._parent.gotoAndPlay(1);
}


and


on (release) {
_root.gotoAndPlay(1);
}

Edited by spoiled-dezigner, 14 January 2006 - 10:01 AM.


#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 14 January 2006 - 10:55 AM

this here must work
on (release) {
_root.gotoAndPlay(1);
}


#3 dEcade

    P2L Staff

  • P2L Staff
  • PipPipPipPip
  • 1,850 posts
  • Gender:Male
  • Location:Saskatoon, Saskatchewan
  • Interests:Guitar, Programming, Storm Chasing, Games (Designing and playing), Hockey, Photography

Posted 14 January 2006 - 01:47 PM

Yes I should work, Is this an external file included in your main movie?

dEcade

#4 adzicents

    Young Padawan

  • Members
  • Pip
  • 21 posts
  • Location:Melbourne, Australia

Posted 16 January 2006 - 06:58 AM

Try this:

on (release) {
this._root.gotoAndPlay(1);
}

Edited by adzicents, 16 January 2006 - 07:03 AM.






1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users