Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | Re: FLASH: Multiple Actions for one button? |
From: | Sarah Lamont |
Date: | Mon, 1 Nov 1999 19:19:45 GMT |
gavin -
thanks sooo much for your explanation, I think maybe I could use a test
though...I don't know if it's a monday thing, but my brain is having a hard time
understanding.
you can send it to my e-mail if you want.
Thanks so much!
:]sarah
Gavin Prior wrote:
> 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
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, Gavin Prior
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]