A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: SwishMax Link

  1. #1
    Junior Member
    Join Date
    Jul 2008
    Posts
    3

    SwishMax Link

    First of all hi everyone...

    I want to ask and learn that is there any way to link any frame of another scene?

    I was doing it when i was trying the previos versions of Swish...But i could not find any menu or action so in swishmax...

    ok i can work with only 1 scene....but its not a solution.....i just want to learn it....for example there is a photo at 455th frame of scene 1 and i want to link this photo to 451st frame of scene 2....

    i was doing it when i was trying another versions of swish....but i cant with s.max...

    thanks .

  2. #2
    Carpe Diem - Moderator wolfgross's Avatar
    Join Date
    Apr 2001
    Location
    SWiSHzone
    Posts
    1,700
    ...of course you can - how do you want to trigger the event?...if you want to use the pic on frame 455 in scene 1 simply add this to the object...
    on (release) {
    gotoSceneAndPlay("Scene_2",451);
    }

    ...or...
    on (release) {
    gotoSceneAndPlay("<next scene>",451);
    }

    wolf

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