A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Button + fra,eme

  1. #1
    Junior Member
    Join Date
    May 2002
    Posts
    2

    Button + fra,eme


    i'm wondering why my button doesn't go to th particular frame.
    now, i need your help !!!
    my fla file can be downloaded at http://www.geocities.com/myflash84
    file size : 46 KB



    THX..... :P

  2. #2
    FK's Super Loquacious Randomite ad_mtk2's Avatar
    Join Date
    Jun 2001
    Posts
    1,273
    what frame do you want it to go to?

    try simply:
    Code:
    onClipEvent (mouseUp) {
        gotoAndPlay (1);
    }
    Where '1' is the frame number that you want it to go to.

  3. #3
    Junior Member
    Join Date
    May 2002
    Posts
    2
    erm .... i mean in the scene , when i click the button , and it will popup menu ... from the menu .. i want to go back to the frame which is in the scene ....


    how can i be done??

    thx...

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