Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | RE: FLASH: Multiple Actions for one button? |
From: | Gavin Prior |
Date: | Mon, 1 Nov 1999 18:53:07 GMT |
Sorry, it is a little vague ...
Every time the button is pressed you would increment a variable (in this
case " i ") and then add that variable number to the end of a common name
(such as "button"). then jump to MC's or "Calls" to labels in the timeline.
Code would look something like this;
on(Press)
set variable "i"=i+1
call("/button"&i)
end on
Make any sense?
I can put a test together and send it on if you like Sarah?
:]me.
> -----Original Message-----
> From: Sarah Lamont [SMTP:slamont2mtc [dot] com]
> Sent: Monday, November 01, 1999 6:24 PM
> To: flasherchinwag [dot] com
> Subject: Re: FLASH: Multiple Actions for one button?
>
> Gavin,
> Sorry for being stupid, but do you think you could explain what you mean a
> little more, I don't really understand.
> thanks a lot!
> :]sarah
>
> Gavin Prior wrote:
>
> > yes you could,
> > Set up a variable that gets incremented every time you click the button.
> > Make sure all of your MC are called buttonPoint1, buttonPoint2 etc;
> >
> > i=i+1
> > goto "buttonPoint"&i
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Streaming Media WEST '99 Conference & Exhibition
"The Worlds largest Internet Audio & Video Event"
December 7 - 9, San Jose Convention Center, California
Reserve your space today at http://www.streamingmedia.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpchinwag [dot] com
Replies
Re: FLASH: Multiple Actions for one butt, Sarah Lamont
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]