EDIT: Your personal high score will now be saved. If your best score is 70, it will stand on 70 until you beat it. (It's saved as a cookie. If you you clean your web cookies, the score will be reset) Other: Font turned into object so you will get the same font I had on my computer.
My 4th flash game, and now it begin to get interesting I have followed the book of Gary Rosenweig's, but I have added some few things: - If you hit a plan you don't loose your bullet. - There are 5 different plans and they have 5 different scores.
Everything you see is made by me. The code I have written(not copy-paste, you learn nothing from that).
Please report bugs or other stuff. There may be a update in the future. I hope to be able to save the score, but it have been a problem for me. It's not like Java with write to file.
Please post your score, and tell me what you think.
Nice one. Doing that myself, only we had to alter the code to make a side-scroller action game. Having some problems with hit testing atm, but otherwise my game works... Ill see if Ill upload it here on DA when it is done.
-- "What your eyes see and ears hear, the mind believes. But eyes and ears alike can be deceived, only the mind alone can know true reality".
Thanks. I'm coming to a side scrolling game, but it don't have any weapon other then jumping on things so I will have to do some modifications.
Here is my hit test if it helps: public function checkForHits(event:Event) { for (var bulletNum:int=bullets.length-1;bulletNum >=0;bulletNum--){ for (var airplaneNum:int=airplanes.length-1;airplaneNum>=0;airplaneNum--){ if (bullets[bulletNum].hitTestObject(airplanes[airplaneNum])){ shotsHit += airplanes[airplaneNum].planeHit(); bullets[bulletNum].deleteBullet();
shotsLeft += 1;
showGameScore(); break; }
}// end for }//end for
--
Religion is dead! Jesus is alive! Hallelujha!
Yeah I know... I got about the same code (with some class names different). I have tried a tracker but it will not track past the first line for some reason. I get no error messages, the bullet just flies straight through. without anything happening.
Flash can be frustrating at times >_>
-- "What your eyes see and ears hear, the mind believes. But eyes and ears alike can be deceived, only the mind alone can know true reality".
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!
Daily Literature Deviations is a group that is dedicated to bringing literature to the forefront of the deviantArt community. We attempt to accomplish this by daily featuring Literature artists from around the community that deserve the recognition, but are not getting it. Each day we will feature 5 deviations from the Literature categories in a News Article.
In order to support the artists that we feature, we ask that you the news article as well as check out the individual pieces. We understand that each day you may not be able to check out each and every one of the pieces, everyone has their own things going on. We just ask that you make an attempt to help support the growing Literature community.
Daily Literature Deviations is a group that is dedicated to bringing literature to the forefront of the deviantArt community. We attempt to accomplish this by daily featuring Literature artists from around the community that deserve the recognition, but are not getting it.
Each day we will feature 5 deviations from the Literature categories in a News Article. In order to support the artists that we feature, we ask that you the news article as well as check out the individual pieces. We understand that each day you may not be able to check out each and every one of the pieces, everyone has their own things going on. We just ask that you make an attempt to help support the growing Literature community.
This is YOUR opportunity to mock, ridicule and generally take great delight and amusement whilst poking fun at the beloved Volunteers and Staff of deviantART.
^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
--
Religion is dead! Jesus is alive! Hallelujha!
--
Religion is dead! Jesus is alive! Hallelujha!
--
"What your eyes see and ears hear, the mind believes. But eyes and ears alike can be deceived, only the mind alone can know true reality".
Here is my hit test if it helps:
public function checkForHits(event:Event) {
for (var bulletNum:int=bullets.length-1;bulletNum >=0;bulletNum--){
for (var airplaneNum:int=airplanes.length-1;airplaneNum>=0;airplaneNum--){
if (bullets[bulletNum].hitTestObject(airplanes[airplaneNum])){
shotsHit += airplanes[airplaneNum].planeHit();
bullets[bulletNum].deleteBullet();
shotsLeft += 1;
showGameScore();
break;
}
}// end for
}//end for
--
Religion is dead! Jesus is alive! Hallelujha!
--
Who you gonna call?
GHOSTBUSTERS!!!
Watch my videos on YouTube [link]
--
Religion is dead! Jesus is alive! Hallelujha!
I get no error messages, the bullet just flies straight through. without anything happening.
Flash can be frustrating at times >_>
--
"What your eyes see and ears hear, the mind believes. But eyes and ears alike can be deceived, only the mind alone can know true reality".
Previous Page12Next Page