Search for your favorite games...
Game comments and reviews
Dec. 28, 2008
okay i did happy now? you should'v atleast given some music or other effects
Dec. 27, 2008
this game hangs often
i think i'm gonna explode out of anger... i'v manage to shoot the missile but it is creating a path instead you can use the ship as a pencil making rows and dashed column..and the background thing is very weird indeed. i can see another background scrolling behind the background without loop. like it is only covering the blank part but it seems like those sky scrappers are eaten by that without loop background...:S
now my trouble is "loop it" others fine
this solves the code error problem...you just delete that "class [da object] extends MovieClip" ad add this "onClipEvent (load) " :D thankyou P.S: it works with all of them for example this "background" thingy. Change "class Background extends MovieClip" to "onClipEvent (load) " well you don't need to include the name because you already have selected the object you want to work on. if you really not sure then under the script pane you'll notice a tab with the name of the object such as "background"
*GUESS WHAT!!* i've solved it:D ok listen up..if anyone ever uses Flash MX 2004 then you can use this code instead..it worked!!oooooooooooooooooooooooooooooo onClipEvent (load) { moveit = 10; } onClipEvent (enterFrame) { if ((Key.isDown(Key.RIGHT))) { this._x += moveit; } else if ((Key.isDown(Key.LEFT))) { this._x -= moveit; } if ((Key.isDown(Key.DOWN))) { this._y += moveit; } else if ((Key.isDown(Key.UP))) { this._y -= moveit; } }
nah it still didn work for me¬_¬
Dec. 26, 2008
P.S: copy and paste all codes i did to>:(
btw i'm doing it with Flash MX 2004
What should i do:'S **Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 1: Classes may only be defined in external ActionScript 2.0 class scripts. class Ship extends MovieClip **Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 15: The same member name may not be repeated more than once. function onEnterFrame() **Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 1: Statement must appear within on/onClipEvent handler class Ship extends MovieClip **Error** Symbol=Phip, layer=Layer 1, frame=1:Line 1: The class 'Phip' could not be loaded. Total ActionScript Errors: 4 Reported Errors: 4
Log in to access your games, badges, and more. Create an account to track your progress, earn badges, and join the community.
Use at least 10 characters with a mix of uppercase, lowercase, & numbers
Please check your email to verify your account. You'll need to verify your email before logging in.