Flasher Archive

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


Subject: Re: FLASH: pause flash
From: John Croteau
Date: Fri, 21 Aug 1998 13:13:17 +0100

Hi Christian and Nic,


> - If your main movie permits it, transform it in a movie clip symbol. Put it on
> your main movie timeline. Give it an instance name. Then you can use another
> movieclip with a unique button in it (say 'pause'). This movie clip/button can
> interact with your main movie clip. Not clear ? It's online for you at
> http://netland.fr/cgconseil/nic/nic.html

Christian's file shows how to start or stop a simple Movie Clip from a
button.
Note one small suggestion:
When using the same Mouse Event type, put the Actions in the same
container:
~~~~~~~~~~~~~~~~~~~~~
Change:

On(Release)
Begin Tell Target
Stop
End Tell Target
End(On)
On(Release)
Go to and Stop
End(On)
~~~~~~~~~~~~~~~~~~~~~~
To:

On(Release)
Begin Tell Target
Stop
End Tell Target
Go to and Stop
End(On)
~~~~~~~~~~~~~~~~~~~~~~~

I haven't checked to see if there is any byte size reduction
but if you have a lot of Tell Targets it makes it a lot easier to
understand.

----------- -----------------------
John Croteau croteauaterols [dot] com (mailto:croteauaterols [dot] com)
------------- -------------------------
Flash Central(The Universe Starts Here) http://www.FlashCentral.com/
FlashTeK(Advanced Websites with Flash) http://www.CrownMall.com/Flash/
The Flash Tech Resource (Tech Notes) http://www.FlashCentral.com/tech/
Need a PC ? -- Computer King -- http://www.crownmall.com/computers/
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

------------------------------------------------------------------------
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: pause flash, Nic Ranshaw
  Re: FLASH: pause flash, Christian Gayton

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