View Single Post
Old 02-16-2007, 01:45 PM   #3 (permalink)
MexicanOnABike
 
MexicanOnABike's Avatar
 
Location: up north
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.
MexicanOnABike is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62