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 05-30-2002, 05:58 PM   #1
im_a_gangster69
Registered User
 
Join Date: May 2002
Posts: 2
Default Frogger Game

What im trying to do is after you get to say 3 points or 3 kills to reset the points and kill totals and start playing the game again.

Im having problems with getting the points and kills to count again after they reset to zero...... im doing this in code.. anyone know how to do this?????
plleaassee hellppp

thanx
im_a_gangster69 is offline   Reply With Quote
Old 05-30-2002, 07:06 PM   #2
Chilton
Registered User
 
Join Date: May 2001
Posts: 71
Send a message via AIM to Chilton
Default

Are you doing something like this?
-Chilton
---

function IncrementScore ()
{
_root.points++;
if (_root.points > 2) {
_root.points = 1;
restartGame();
}
}
Chilton 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
word search game with AS2 black General Chat 5 08-12-2004 10:44 AM
[AS2] Tile game or not tile game? krolben Gaming and Game Development 4 07-28-2004 01:41 PM
Help with frogger game fatbloke Gaming and Game Development 3 07-19-2003 03:57 AM
Game - freelancer required fatherb Projects and Positions 6 07-18-2003 12:47 PM


All times are GMT. The time now is 02:03 PM.


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.