well macromedia doesn't like the <> anymore but it does the same as !=.
and this is what the help says on these 2.
<> inequality operator
!= inequality operator
!== strict inequality operator
with 2=, and 1= it does the same. I don't get it.
-------------
more info if it helps:
songmax is a Dynamic text that starts at 2.
uvr_max is a dynamic text that starts from a loaded text file so it's random which is why it needs to check songmax with uvr_max. right now, it's set to 5.
before i click:
songmax=2
so when i click the button:
songmax=3
again:
songmax=4
again:
songmax=5
At this point, the next click should recognize it's at 5 and go back to 1. but it keeps going.
Last edited by MexicanOnABike; 02-16-2007 at 01:49 PM..
Reason: added info.
|