This is a discussion on "Navigate from MC-Button back to scene." within the Flash & Multimedia Forum section. This forum, and the thread "Navigate from MC-Button back to scene. are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Navigate from MC-Button back to scene.
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Navigate from MC-Button back to scene.
this.onRelease = function(){
gotoAndPlay(2); } When I tried the gotoAndPlay(2) the animated button went to frame 2 of its animation and played. I intended for it to move the presentation to frame 2. Is there a scene code I need? thanks. |
|
|
|
#2
|
||||
|
||||
|
Re: Navigate from MC-Button back to scene.
try:
this.onRelease = function(){ _root.gotoAndPlay(2); }
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| opera, back button & javascript interval | paza | JavaScript Forum | 4 | May 23rd, 2008 21:19 |
| Trouble with iframe and back button | Zonglars | JavaScript Forum | 0 | Jan 10th, 2008 13:27 |
| preserve the back button action when doing AJAX calls | pesho318i | JavaScript Forum | 2 | Nov 28th, 2007 12:37 |
| Back and Foward button working in FF but not IE | AndrewFelix | JavaScript Forum | 2 | Jul 23rd, 2007 01:47 |
| Problem with Javascript Back Button in Firefox | gorikain | JavaScript Forum | 4 | Jun 25th, 2007 22:23 |