all groups > flash (macromedia) > october 2004 >
You're in the

flash (macromedia)

group:

Presentation slides & interactivity


Presentation slides & interactivity sparrow360
10/11/2004 8:31:51 PM
flash (macromedia):
I have a large presentation to create consisting of about 18 Powerpoint slides
and have been looking at the excellent Slide Presentation mode in MX Pro which
would
seem to suit perfectly.

I've been through the tutorial and it seems to suit fine in that I can

[quoted text, click to view]

but I wonder (and am having trouble) jumping to a frame label from within a
different scene

and wonder if this is possible.

I would be very grateful of any advice/caveats prior to starting such a large
project.
many thanks,
Peter
Re: Presentation slides & interactivity ale
10/12/2004 4:11:05 AM
put this line on the button you want where scene is the scene name, and
frame the frame name
gotoAndStop(Scene,Frame);

[quoted text, click to view]

Re: Presentation slides & interactivity urami_
10/12/2004 10:48:25 AM


[quoted text, click to view]

Actually not really good suggestion.
Not to worry tho , MM help files does not really make a good job informing
users about issues related to Scene/Frame methods so it's perfectly
natural for users not to know about it.


Widely discuss on forum number of times in past many years that
scenes are Only for authoring purpose , they are not included
in final SWF files . Your movie become one long timeline once exported
and Scene basically are to give an end to one and beginning to another
timeline . That's why you can't target them in your actions. Plus, if
scene 1 has 100 frames and scene 2 has 100, the frame 10 in scene two become
actually frame 110. Using scene go to frame 1 will return to the first
frame of the timeline not scene.

Labels are what you need to use
Attach unique label to first frame of scene you like to target or ,any frame
for that matter , and use

_root.gotoAndPlay("label");
AddThis Social Bookmark Button