Re: Switch Case

2001-05-31 Thread Mark A. Boyd
At 11:35 5/31/2001, Wizzard wrote: >on mouseUp > set gMode = mode1 >end Since your other script is comparing gMode to a string, you might want to set gMode to a string: set gMode = "mode1" -- Mark A. Boyd Keep-On-Learnin' :) [To remove yourself from this list, or to change to digest mode,

RE: Switch Case

2001-05-31 Thread Leon McComish
not sure what you were after but should do something at least. HTH Leon > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On > Behalf Of Wizzard > Sent: 31 May 2001 19:36 > To: [EMAIL PROTECTED] > Subject: Switch Case > > > Hello, its b

Switch Case

2001-05-31 Thread Wizzard
Hello, its been a while, I just cant figure out a couple of things.. I am doing a switch case procdure to determine elements on the stage, I am testing my movie with the following code, can someone simply tell me how to switch my mode using button press I have done like : on mouseUp set gMode

Switch Case

2001-05-30 Thread Jonathan Rees
Hello, its been a while, I just cant figure out a couple of things.. I am doing a switch case procdure to determine elements on the stage, I am testing my movie with the following code, can someone simply tell me how to switch my mode using button press I have done like : on mouseUp set gMode