A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: Frame and Scene

  1. #1
    Junior Member
    Join Date
    May 2003
    Location
    Portugal
    Posts
    16

    Frame and Scene

    1ºquestion How i can move scene to scene?? i just know the code (nextscene).

    2º question using FrontPage and Flash how can i make a flash button go to specific frame.

  2. #2
    Senior Member
    Join Date
    Feb 2003
    Location
    England
    Posts
    136
    well to goto a scene you are best off using the scence name you want like this....

    gotoAndPlay("scene",1);

    put that on a frame or in a button on release command..

    as for the button.. well you dont need to use frontpage to do do that just put a button in the flash movie and but this code on it...

    on(release){
    gotoAndPlay(frame);
    }

    is this what you want?

  3. #3
    Junior Member
    Join Date
    May 2003
    Location
    Portugal
    Posts
    16
    Thx for the 1ºquestion,

    2º question, well i have a site done in FrontPage now i'm improve it i'm making all my button's with animation in flash...and i need a code for a button open one page in a specific frame page. That can be done??

  4. #4
    Senior Member
    Join Date
    Feb 2003
    Location
    England
    Posts
    136
    use the:

    getURL("page.html","frame name")

    command on your button release code...

    this will do the trick
    Looking for a young enthusiastic new media developer? Look no further than… www.2dworld.com

  5. #5
    Junior Member
    Join Date
    May 2003
    Location
    Portugal
    Posts
    16
    K thx for your help

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