Hi i have flash 5 and im making a game for a project where u collect polygons and every time you get one it adds 1 to the score. I tried so many different things but it does work. I want to make it so when the score is 7 it will go to scene 2.
This is the script that i have
onClipEvent (load) {
if (_root.score == 1) {
_root.gotoAndStop(2);
}
}
that doesnt work can u post one that will work tnkz
wes
if you want to check out my site go ahead