Can someone here explain just basic, how to work with statements, i'm having an
idea when i want a condition to be set, then another action is going to read if
the condition is set, if so, it should move to the page who has set the
condition. Working fine, but how to set them, and how to check them.
I thought i would contruct it like this but its some specific sentences i dont
know how to write. (i'll mark them with a * and write what i like to tell flash
in my own words)
example:
on (release) {
if
* "My_condition" is set *
gotoAndStop("another_page")
else if
* "My_condition2" is set*
gotoAndStop("another_page2")
}
and so on...
Then i want to know how to set the conditions:
example:
on(release) {
set "my_condition"
}
So i need some help with how to type in ActionScript 2.0 to check and set
conditions.
Any help appriciated.//simon