Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | RE: FLASH: How can I change Scenes in Movies.. |
From: | Andrew Cotterell |
Date: | Wed, 11 Oct 2000 03:06:33 +0100 |
is it possible to send a example fla that demonstrates this?
-----Original Message-----
From: ownerchinwag [dot] com [ownerchinwag [dot] com]On">mailto:ownerchinwag [dot] com]On Behalf Of Gonzalez,
Manuel
Sent: Wednesday, October 04, 2000 4:03 PM
To: 'flasherchinwag [dot] com'
Subject: RE: FLASH: How can I change Scenes in Movies..
Dear newbie,
The nested button can jump to a scene...you simply have to guide it to its
location....add a label in the scene you wish to target and then add this
piece of code to the button
(Flash4)
On (release)
Begin Tell target(/)
go to and play (label)
end on
(Flash5)
on (release) {
_root.gotoAndPlay( "label" );
}
-----Original Message-----
From: nickcalladine [nickcalladinentlworld [dot] com (mailto:nickcalladinentlworld [dot] com)]
Sent: Wednesday, October 04, 2000 5:14 AM
To: flasherchinwag [dot] com
Subject: FLASH: How can I change Scenes in Movies..
It might sound thick to you but i a newbie..
i need either a way of doing this or a different approach.. all things
appreciated <ie samples, examples and web links>
basically
SCENE 1 - 5 buttons
When a button is clicked is runs a movie which contains another button
within it.
When the button is clicked within the movie I would like it to jump to a new
scene.
but you cant do it..
or can u..
many thanks
nick
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NudeGuru.com is proud to sponsor the Flasher list
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
IT'S THE ART OF MONEY, HONEY!
Tips and Advice from some of the most popular Flash
artists + industry power-brokers on how to hold onto
your rights, negotiate contracts and get full value
for your work.http://www.nudeguru.com from Franke James
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpchinwag [dot] com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NudeGuru.com is proud to sponsor the Flasher list
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
IT'S THE ART OF MONEY, HONEY!
Tips and Advice from some of the most popular Flash
artists + industry power-brokers on how to hold onto
your rights, negotiate contracts and get full value
for your work.http://www.nudeguru.com from Franke James
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpchinwag [dot] com
Replies
RE: FLASH: How can I change Scenes in Mo, Gonzalez, Manuel
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]