Stripa_Gal's Comments

Game comments and reviews

Color Joe

Dec. 28, 2008

0

okay i did happy now? you should'v atleast given some music or other effects

this game hangs often

Shootorial #3

Dec. 27, 2008

0

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

Shootorial #2

Dec. 27, 2008

0

now my trouble is "loop it" others fine

Shootorial #2

Dec. 27, 2008

0

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"

Shootorial #1

Dec. 27, 2008

0

*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; } }

Shootorial #1

Dec. 27, 2008

0

nah it still didn work for me¬_¬

Shootorial #1

Dec. 26, 2008

0

P.S: copy and paste all codes i did to>:(

Shootorial #1

Dec. 26, 2008

0

btw i'm doing it with Flash MX 2004

Shootorial #1

Dec. 26, 2008

0

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