| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Registered User
Join Date: Dec 2001
Posts: 1
|
i need the code for:
1)bad guys to loop so once i shoot all of them they show up again 2)score keeper so when i shoot a bad guy it counts 3)timer i know that this might be too much to ask, but please help i really want to make a shooting game and i really want to learn more about flash too! I APPRECIATE EVERY HELP I GET! |
|
|
|
|
|
#2 |
|
EXODUS WANNABE
Join Date: Nov 2001
Location: NZ
Posts: 77
|
ost on the newbies board please
|
|
|
|
|
|
|
|
|
#3 |
|
Administrator
Join Date: Nov 2000
Location: Australia
Posts: 8,612
|
Since the code he's asking for is kinda complicated I think it can stay here. Darkman, we're glad to help but you've asked for a fair bit. Perhaps revise some open source at www.flashkit.com/movies/ for similar games to that which you're trying to make, then ask us if you have some specific problems.
__________________
Cheers Jesse Stratford ActionScript.org Cofounder Email: presented in this way to stop spam-bots: My email is composed of my first name (jesse) followed by my last name (stratford) followed by @ followed by actionscript.org Please don't email or PM me Flash questions, that's what the Forums are for! ![]() Please don't rely on me reading my PMs either. Email me about important stuff. |
|
|
|
|
|
#4 |
|
Registered User
Join Date: Jul 2008
Posts: 1
|
I actually need some help with a simple problem dealing with a shooter, well the problem is I have the actionscript all set in for everything except this, how do i make it where when i click on the target with the crosshair the Points go up <- i have that i just cant get it to not rise unless the crosshair is ON the target, for Example if you click anywhere on the screen the score rises. How do I fix this? please help
|
|
|
|
|
|
#5 |
|
FlashGameMaker 1.9
Join Date: Aug 2006
Posts: 99
|
1)bad guys to loop so once i shoot all of them they show up again
Basically, you set a variable, say enemy_number=20; and every time one is shot, you enemy_number--; and then if(enemy_number==0){load_more_enemies();} where you have set load_more_enemies() as the function that loads enemies. I know that's quite general, but your question was pretty general, too. 2)score keeper so when i shoot a bad guy it counts Well, that's easy. You set score=0; and when a bad guy is shot, score+=5; (to add five points). Display it on the screen in a dynamic text box. |
|
|
|
|
|
#6 |
|
Registered User
Join Date: Oct 2009
Posts: 1
|
hey this is sorta a lot but ummm i realy need help with making a shooter game its with flex development i have like my title done but idk how to have it so when people click play they are in the next one. please help
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| FlashGameLicense.com - virtual marketplace to connect game developers and buyers | AdamSchroeder | General Chat | 0 | 12-18-2007 10:16 PM |
| Game restart problems | xcmir | Gaming and Game Development | 6 | 08-12-2007 01:27 PM |
| AS3 Game Dev Kit | newblack | General Chat | 3 | 06-03-2007 02:30 AM |
| Archery Shooting Game HELP | zetavinz | ActionScript 2.0 | 3 | 08-06-2006 01:59 PM |
| still having shooting problems... | darkness713 | ActionScript 2.0 | 1 | 05-23-2005 01:11 PM |