My First flash game ever. There's no sound. I was going to use music from the show(Eureka seveN ED2 - Fly Away) but um.........deviantart.........yeah.......rules.... I'll have to find some generic music later. Check it out.
*updates*
5/16/06 - I made the kill length shorter for the skyfish, so now it shouldn't kill you after you hit it.
5/15/06 - Has bg music now Chillin' In The Jungle by EsMatiCSounDs (Newgrounds Audio Portal), just a lil something to play to.
Yes there are glitches deal with it or tell me how to fix them.
This is no where near as good or the type of idea I had when I first started this but its something.
thanks, I'll try and do that although i'm not quite sure how i'll do the second part but i'll figure it out
--
"Your threatening me with the prospect of threatening me?" - Wizard(old guy from Anti Hero for Hire) -----------------------------------------------------------------
or the first i cant seem to change if (Key.isDown(Key.SPACE) to if (Key.onPress(Key.SPACE) and have it work?
--
"Your threatening me with the prospect of threatening me?" - Wizard(old guy from Anti Hero for Hire) -----------------------------------------------------------------
hmm, it actually should work wih "Key.isDown",.... dont know why it doesnt
and the thing with the dead enemy, just make two frames in the enemy movie clip, the first one is the simple "alive" one, the second one is the blinking one; and then just hitTest the one in the first frame, so if the movieclip gets hit, tell it to go to the second one(where no hitTest is); i hope u understand;
and there is an problem with the boomerang,(i think u already noticed) u need to put a boolean in the script, so for example befor the if-statement comes:
var boomerangActive:Boolean = false;
then the if(Key.isDown(Key.SPACE)){... should be changed to:
if(Key.isDown(Key.SPACE) && boomarangActive == false){
boomarangActive = true;
...
}
its important that in the if-statement the boomarangActive turns true, so the boomerang cant be shot anymore.. so but we want it to be shot again after the boomerang is outside the stage, or hit an enemy,so just add:
boomerangActive = false;
once in the hitTest with the enemies and once again in the outside-of-stage-statement
but i dont know how ur script works, i just wanted to show u the principle of how it could work;
so i hope its understand-able and u can use it
--
"Your threatening me with the prospect of threatening me?" - Wizard(old guy from Anti Hero for Hire) -----------------------------------------------------------------
--
"Your threatening me with the prospect of threatening me?" - Wizard(old guy from Anti Hero for Hire) -----------------------------------------------------------------
the only problems i have are the music, and the lack of power-ups. put one of the opening themes into it, man! or make a power up to let te nirvsah the seven swell effect, and take out skyfish in a large radius.
yeah man I wish I knew how to do all that at the time. and the music well I thinks it's copyrighted and dev art would take it out. I should do all that since I know more now.
--
"Your threatening me with the prospect of threatening me?" - Wizard(old guy from Anti Hero for Hire) -----------------------------------------------------------------
New deals posted everyday, starting Black Friday and running through the holiday season! No hassles, no lines - just awesome savings on art, deviantWEAR, Premium Memberships and more!
This contest ends on Friday the 18th December 2009. If you want to enter, get your entries in quick! Here are all the entries so far. Also if you want to donate a prize, that would be fantastic too, just note me
^Ikue has been a devious member of our community for almost 7 years and in this time he has proven to be nothing short of dedicated and devoted. Whilst volunteering his time over the last 22 months as a Gallery Moderator within the Community Relations Team, Chris has brought the Vector gallery and many vector artists directly into the spotlight. ^Ikue's commitment to the community is evident in everything he touches and you can always find him reaching out to others with an encouraging word. Chris is a natural leader with a vibrant and empathic personality, and is a role model for deviants everywhere. It's ev... Read More
Comments
and u shouldnt die, when u got touched by enemie after u killed him
--
"Your threatening me with the prospect of threatening me?" - Wizard(old guy from Anti Hero for Hire)
-----------------------------------------------------------------
--
"Your threatening me with the prospect of threatening me?" - Wizard(old guy from Anti Hero for Hire)
-----------------------------------------------------------------
and the thing with the dead enemy, just make two frames in the enemy movie clip, the first one is the simple "alive" one, the second one is the blinking one; and then just hitTest the one in the first frame, so if the movieclip gets hit, tell it to go to the second one(where no hitTest is); i hope u understand;
and there is an problem with the boomerang,(i think u already noticed) u need to put a boolean in the script, so for example befor the if-statement comes:
var boomerangActive:Boolean = false;
then the if(Key.isDown(Key.SPACE)){... should be changed to:
if(Key.isDown(Key.SPACE) && boomarangActive == false){
boomarangActive = true;
...
}
its important that in the if-statement the boomarangActive turns true, so the boomerang cant be shot anymore.. so but we want it to be shot again after the boomerang is outside the stage, or hit an enemy,so just add:
boomerangActive = false;
once in the hitTest with the enemies and once again in the outside-of-stage-statement
but i dont know how ur script works, i just wanted to show u the principle of how it could work;
so i hope its understand-able and u can use it
--
"Your threatening me with the prospect of threatening me?" - Wizard(old guy from Anti Hero for Hire)
-----------------------------------------------------------------
--
~Daikon~
"When I said I'd hit that...I meant with my car"
Deidara's hands = numerous sexual jokes
--
"Your threatening me with the prospect of threatening me?" - Wizard(old guy from Anti Hero for Hire)
-----------------------------------------------------------------
--
Watch out for me, i'm comin' up!
critique and view my
[link]
METAL GEAR SOLID FANS!
[link]
Yamcha Fans!
[link]
--
"Your threatening me with the prospect of threatening me?" - Wizard(old guy from Anti Hero for Hire)
-----------------------------------------------------------------
Previous Page12345...Next Page