Question
How do I define a boolean?
I feel stupid about asking this, but I've never really had a
need to use much actionscript....
regardless, I'm needing do have a bool that will get check by buttons, so how do I declare/define it? I work in game code, all I do is bool blablabla; and thats it. I've been looking at dictionary in flash, but it isn't much helps.
is it: Boolean( myBool ); or what?
and do I check a boolean the same as I would in c++, e.g. myBool == 1?
Thanks.
regardless, I'm needing do have a bool that will get check by buttons, so how do I declare/define it? I work in game code, all I do is bool blablabla; and thats it. I've been looking at dictionary in flash, but it isn't much helps.
is it: Boolean( myBool ); or what?
and do I check a boolean the same as I would in c++, e.g. myBool == 1?
Thanks.
