Help With My Game

Just a quick simple question; Im designing my own game in flash, iv set up a score text box and it works fine. Except i just cant seem to get it to gotoandplay another frame,scene, when it hits a certain score??

If anyone could help with some script would be great!!

Ben

if (_root.score == theamountyouwant) {
gotoAndPlay (whatever);
}

Just tried that and doesnt work??

oh dont worry ---- got it working :-)!!

Thanks for the help :devious:

np :stuck_out_tongue: