Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | Re: FLASH: Need help with scenes |
From: | John Croteau |
Date: | Sun, 5 Sep 1999 09:41:26 +0100 |
Hi Calvin,
> I've a problem with assigning scene to a button. I've created a
> button, and I'm trying to assign properties to it:
> On(Press)
> Go to and play (Scene 2, 1)
> End On
> The problem is that it does not go over to scene two, but instead
> replays the frame 1 of scene 1.
I never have problems like this because I don't use scenes (or do so
very rarely.
Solutions:
1) Don't use scenes
2) If Scene 2 is actually first scene you are targeting the wrong scene.
Check the Scene Inspector -- Window > Inspectors > Scene
Rename the Scenes if need be.
3) Use frame 2 of Scene 2 instead of 1. a reported bug that I have never
duplicated or seen.
4) Use Labels and Tell Target instead of Goto.
Label frame with unique Label (Section2) that is not used in any
Scene.
Use Target: / for main timeline (doesn't care about Scenes).
On (Release)
Begin Tell Target ("/")
Go to and Stop ("Section2")
End Tell Target
End On
----------- -----------------------
John Croteau croteauerols [dot] com (mailto:croteauerols [dot] com)
------------- -------------------------
FlashTek (Advanced Websites with Flash) http://www.FlashTek.com/
Flash Bible (Fast track to good Flash) http://www.FlashBible.com/
Flash Central(The Universe Starts Here) http://www.FlashCentral.com/
The Flash Tech Resource (Tech Notes) http://www.FlashCentral.com/tech/
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
------------------------------------------------------------------------
To UNSUBSCRIBE send: unsubscribe flasher in the body of an
email to list-managershocker [dot] com. Problems to: ownershocker [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-managershocker [dot] com
Replies
FLASH: Need help with scenes, Calvin Ow Yong
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]