Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | FLASH: conditions in flash 4 |
From: | Matt Glubb |
Date: | Tue, 7 Sep 1999 18:17:40 +0100 |
hi all,
have played around and tried all sorts of differing combinations of
syntax but no joy. the docs for programming in flash are atrocious...
I want to be able to set a variable to a different number depending
on which button in a nav bar has been clicked. then at the end of an
outro animation go to a scene depending on that number - something
like this pseudocode:
on mouseUp
var = buttonNumber
go to and play outro scene
end mouseUp
and at the end of the outro scene...
if var = 1 then
go to and play scene 1
else if var = 2 then
go to and play scene 2
etc, etc...
end if
I'd also like to be able to store the nav bar as a movie clip. is it
possible for one movie clip to set variables in another and/or
control another movie's playback?
can anyone help me out here?
tia,
matt
ps. is there a case or switch statement in flash 4?
matt glubb
________________________________
http://www.vaguerant.com
tel/fax: +44(0)171738401
icq : 4830483
------------------------------------------------------------------------
To UNSUBSCRIBE send: unsubscribe flasher in the body of an
email to list-managershocker [dot] com. Problems to: helpchinwag [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: conditions in flash 4, Nigel Randsley-Pena
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]