PDA

View Full Version : if statements



holy_cheese
August 5th, 2003, 04:36 AM
ok i know this is very stupid but it is really p$%&*%^&*%^&% me off so i would like someone else to take a look at it for me
should be fairly self explanitory

Johnny64
August 5th, 2003, 05:02 AM
Hoi

there is the right syntax....



on (release) {
if (_root.box._visible == 1) {
_root.gotoAndPlay(2);
} else {
_root.gotoAndPlay(3);
}
}


;)

holy_cheese
August 5th, 2003, 05:05 AM
thanx
i was working for ages with a friend and we finally got it to work bout same time u posted, but thanx neways :P