Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: Re: FLASH: To Scene or not to Scene
From: Robert Koberg
Date: Fri, 28 May 1999 23:36:22 +0100

I don't see this command available from Director or Authorware. The closest
thing I can see is:
-----------------from flash/Dir/AW help------------------------------------
goToFrame
Syntax: goToFrame(sprite whichFlashSprite, frameNumber)
Type: Command
Description: This command plays a Flash movie sprite beginning at the frame
identified by the frameNumber parameter. Using the goToFrame command has the
same effect as setting a Flash movie sprite's frame property.
Example: This handler branches to different points within a Flash movie in
channel 5. It accepts a parameter that indicates which frame to go to.
on Navigate whereTo
goToFrame(sprite 5, whereTo)
end
-----------------------------------------------------------------

How would I pass the scene and the frame? I believe (and I am guessing)
that when the movie gets compiled it gets compiled into one long movie
instead of an array of scenes. The scene cues are visible to flash, but
they are not from the Asset Xtra. Does this make sense?

RobK





>
>
> > Yes, Rob there is when you use the Goto command. You select which sceen
> > before which frame. If you don't select a scene, it defaults to the
frame
> > you are in. It has been there since the beginning of Flash.
> > Judy



------------------------------------------------------------------------
To UNSUBSCRIBE send: unsubscribe flasher in the body of an
email to list-manageratshocker [dot] com. Problems to: owneratshocker [dot] com
N.B. Email address must be the same as the one you used to subscribe.
For info on digest mode send: info flasher to list-manageratshocker [dot] com


Replies
  Re: FLASH: To Scene or not to Scene, Johnathan Mark Smith

Replies
  RE: FLASH: To Scene or not to Scene, Judy Miller

[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]