Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | Re: FLASH: Something very simple I am sure?!?! |
From: | John Croteau |
Date: | Sun, 5 Sep 1999 21:11:50 +0100 |
Hi Shawn,
> If you have main movie say; stay.swf and 4 smaller movies say; 1 through
> 5.swf
> I want to be able to setup a button so that when the viewer moves the
> mouse over button 1 it will load 1.swf into the main movie and when the
> mouse if off the button 1 the movie 1.swf also goes bu bye.
The simpliest solution is with load and unload movie as follows. Load
and unload them into the same movie level (5 in this example) unlesss
you are going to setup a preload with Park frames setup.
Question if the 5 movies 1-5 are all small why not make them movie
clips?
If the size of all 5 together is small then they definately should be
movie clips unless you are using Generator.
On (Roll Over)
Load Movie ("1.swf", 5)
End On
On (Roll Out)
Unload Movie (5)
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
Re: FLASH: Something very simple I am su, Shawn Boone
FLASH: Follow that mouse, Mannens, Sr. and Jr.
Replies
FLASH: Something very simple I am sure?!, Shawn Boone
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]