Hi all, I made this game where you have to drag the planets back in to orbit,
the planets show up 1 by 1 in a little window and from that window you can drag them.
If you dont know where to put the planet you can go to the next and do it later.
In order to “skip” a planet. I did: If(NamePlanet eq false){
gotoAndPlay(nextPlanet);
}
So if you allready did a plannet it wont show up again, couse when it hittests the earea it should be in, the NamePlanet thingy will bee false.
If u got all planets you’ll go to frame 2 and there is a button restart and a button quit.
Anyway… if statments should be no problem for flash right?
If you press restart, flash gets an error, telling me that the script makes flash run slowly and stuff… is that couse the if statements?
help me please… PLEASE!