If statements

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

Hoi

there is the right syntax…


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

:wink:

thanx
i was working for ages with a friend and we finally got it to work bout same time u posted, but thanx neways :stuck_out_tongue: