Home Tutorials Forums Articles Blogs Movies Library Employment Press Buy templates

Go Back   ActionScript.org Forums > General > Gaming and Game Development

Reply
 
Thread Tools Rate Thread Display Modes
Old 12-11-2001, 07:44 AM   #1
darkman
Registered User
 
Join Date: Dec 2001
Posts: 1
Default shooting game problems

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!
darkman is offline   Reply With Quote
Old 12-11-2001, 09:10 AM   #2
blue
EXODUS WANNABE
 
blue's Avatar
 
Join Date: Nov 2001
Location: NZ
Posts: 77
Default

ost on the newbies board please
blue is offline   Reply With Quote
Old 12-11-2001, 09:59 AM   #3
Jesse
Administrator
 
Jesse's Avatar
 
Join Date: Nov 2000
Location: Australia
Posts: 8,612
Default

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.
Jesse is offline   Reply With Quote
Old 07-04-2008, 01:07 AM   #4
ActionFlash2
Registered User
 
Join Date: Jul 2008
Posts: 1
Default

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
ActionFlash2 is offline   Reply With Quote
Old 07-04-2008, 08:54 AM   #5
tango88
FlashGameMaker 1.9
 
Join Date: Aug 2006
Posts: 99
Default

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.
__________________
Coffee Break Entertainment:
www.flashbynight.com
tango88 is offline   Reply With Quote
Old 10-18-2009, 06:02 PM   #6
pug952
Registered User
 
Join Date: Oct 2009
Posts: 1
Default

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
pug952 is offline   Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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


All times are GMT. The time now is 02:35 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Ad Management plugin by RedTyger
Copyright 2000-2009 ActionScript.org. All Rights Reserved.
Your use of this site is subject to our Privacy Policy and Terms of Use.