Navigate from MC-Button back to scene.

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.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Design Your Website > Flash & Multimedia Forum

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Sep 24th, 2007, 19:33
Up'n'Coming Member
Join Date: Aug 2007
Location: N.C.
Posts: 72
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Sep 24th, 2007, 19:58
alexgeek's Avatar
Moderator

SuperMember
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 3,812
Blog Entries: 9
Thanks: 2
Thanked 2 Times in 2 Posts
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)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

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


All times are GMT. The time now is 02:52.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42