|
-
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 .
-
Carpe Diem - Moderator
...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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|