flash variable question
flash variable question
Out of context: Reply #3
- Started
- Last post
- 4 Responses
- spiralstarez0
first off your conditional expression is set wrong.
if (variable = info)
is not the same as
if (variable == info)
where the second checks equality, the first sets the variable...