Flash "OR" help!!
Flash "OR" help!!
Out of context: Reply #1
- Started
- Last post
- 2 Responses
- unfittoprint0
it's not = but ==, and it should be used in ever boolean operation:
if (pageid == "blue" || pageid == "orange" || pageid == "purple" || pageid == "green")