im making a game for college assignment
but havent been to college for last 6 week (cos of a operation)
so i only know basics this what i got so far
http://spamtheweb.com/ul/upload/041109/5 0285_reaper.php
there lot things i need help on
1. attack
if (Key.isDown(Key.SPACE)) {
this.gotoAndStop(10);
this only seems to work when i jump and not moving i tried adding
if (_root.ground.hitTest(_x, _y+3, true)) {
but still same
2.enemys
is there a way i can make enemys without making instance name for each one and changing script
and making them spawn
3.hittest well when you test the game and run into wall or jump it teleports you to top
is this because i only have one hittest wich is ground or something else
and think thats about it