I am making a game in ActionScript and it’s basically an asteroids type game.
When it is played, the enemy which is the rocks, don’t appear on screen.
It’s quite a big problem, and if anyone can solve it id be very grateful.
I’ll provide links to download the files as there is too much code to place in here.
Thanks.
TweenLite.as (Needs to be placed in a folder called “gs”
You’re missing a closing brace on line 93 of the script in the Flash file. So the code to add the enemies only runs if the condition of the unclosed brace is true.
To balance the braces you’ll need to remove the closing brace on line 109.