A Flash Developer Resource Site

Results 1 to 8 of 8

Thread: Flash 8 pres button help

  1. #1
    Junior Member
    Join Date
    Jul 2009
    Posts
    5

    Flash 8 pres button help

    Hey! I'm newer at flash 8 and especially using Action Script, and Google just wont give me my answer! So I would love you if you help me, I dont think what I am trying to do is to hard.

    I have a few buttons in my Pres Slide, and I want each one to take you to a different slide of the presentation, to make a sort of static interface. Hopfully you understand what I mean, seems simple enough, but for the life of me I cant find a code to work! Thanks ahed of time!

  2. #2
    Junior Member
    Join Date
    Jul 2009
    Posts
    5
    Here, for some motivation, is what I have right now;
    http://www.cyberdynenetworked.com/reaper/
    All the Content Slides are there, just not linked to the coresponding buttons, at least not yet!

    EDIT:
    I have tried this;
    Code:
    on (release) {
    gotoSlide ("slide3");
    }
    Not working.
    Last edited by Cyberdyne12; 07-15-2009 at 06:56 PM.

  3. #3
    Senior Member
    Join Date
    Nov 2004
    Posts
    928
    on (release) {
    gotoAndStop("slide3");
    }

  4. #4
    Junior Member
    Join Date
    Jul 2009
    Posts
    5
    Wow, thanks for replying, but it does not work though.

  5. #5
    Senior Member
    Join Date
    Nov 2004
    Posts
    928
    post your fla so i can look at it

  6. #6
    Junior Member
    Join Date
    Jul 2009
    Posts
    5
    Alright, sorry for late response;
    http://cyberdynenetworked.com/reaper/reapersvent.fla

  7. #7
    Senior Member
    Join Date
    Nov 2004
    Posts
    928
    sorry for wasting your time but i have no idea about the slide class

  8. #8
    Junior Member
    Join Date
    Jul 2009
    Posts
    5
    ... damn ...

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