Basic Actionscript 3 Shooting Game
Uploader Comments (Katocan)
Top Comments
-
So sorrry i accidentilly clicked 1 star i swear i meant to click 5 stars
-
Nice but where is the VOICE !!!!
All Comments (75)
-
Can you zoom out next time please? Also, at LEAST add music or something, it was deafeningly quiet.
Good video though! Thanks
-
@DuxRomanorum You may have not given the instance names correctly. Open your fla file, select your object and then you should find Instance name somewhere in the properties panel. For player object enter 'player' as the instance name and for bullet enter 'bullet'. (without quotes)
-
@pramodkabadi24 You are facing errors because you are programming it directly in the frame. Try creating a new .as file and then programming it from scratch. The tutorial itself is not clear(I believe so).
-
@apple1123215 The instance name for the player is "player".In these lines of code what he is doing is that he is creating a new variable Player that will store the instance 'player' in it. To create a new instance he is using the keyword 'new'. Then he wants the x and y position of the player to be the same as x and y position of your cursor. thats what the second line of code does. The last piece of code "addChild(Player);" is used to display the player object on screen. Thats all
-
didn't work for me either
1046: Type was not found or was not compile-time constant: bullet.
1180: Call to a possibly undefined method: bullet.
-
@iphoneandnick Liked btw :)
-
@iphoneandnick Lol man I posted that comment soo long ago XDD
-
@xLILDxx Dont worry its now just like XD
-
you have a mac, we can relate
-
ty!!! it helped me alot! not so difficult but there are some code i didn't understood before,but now i know it... :)
it didnt work for me
PhyrePhenix 3 years ago
What didn't work?
Did you get any errors?
Katocan 3 years ago