Computer Science Canada Flash if Bar |
Author: | Balmung [ Mon Oct 01, 2007 8:18 am ] | ||||
Post subject: | Flash if Bar | ||||
Ok, I have a bar that changes size when it Moves with this:
which works fine but when i go to do an if statement on another button for it, it doesn't work it only does the first if statement and doesn't test the rest.
|
Author: | Steven Toews [ Sun May 04, 2008 10:44 am ] | ||||||
Post subject: | Re: Flash if Bar | ||||||
Well this is one hell of a late reply but just incase people out there have the same question sometime... you should put it in a function that is constantly being repeated, if you want your if statements to be cycled through... Balmung wrote: Ok, I have a bar that changes size when it Moves with this:
which works fine but when i go to do an if statement on another button for it, it doesn't work it only does the first if statement and doesn't test the rest.
You should try...
|