A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: button problem

  1. #1
    Junior Member
    Join Date
    Nov 2003
    Posts
    5

    button problem

    Hi, i am in the middle of building a site, i have only been doing it for about 2-3 hours what i have done so far can be found HERE

    The problem im having is that the 'templates' button in the fold out menu has this action script in:

    on (release) {
    gotoAndPlay ("Scene 1", "templategallery");
    }

    This should make it so that when its pressed it plays the next frame in the main scene which is the template page but it has no effect and just makes the menu close when its pressed. Can some one please help

  2. #2
    Senior Member
    Join Date
    May 2000
    Location
    Bombay, India
    Posts
    926
    Hi.

    Perhaps your button resides inside another MC ...in which case, change the code to:
    Code:
    on (release) {
    _root.gotoAndPlay ("templategallery");
    }
    Hope that helps
    RanTen
    Unrepentant Rebel & Boat Rocker
    http://ranten.celltrix.com

  3. #3
    Junior Member
    Join Date
    Nov 2003
    Posts
    5
    That solved the problem, thanks a lot!

    check out the fixed version:
    here

    Thanks again

    P.s, what do you think of the site so far?
    Last edited by shadow5; 12-17-2003 at 05:58 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center