Forum Topic: How to make score?

(178 views • 1 reply)

This topic is 1 page long.

<< < > >>
Questioning

EviLudy

Reply To Post Reply & Quote

Posted at: 10/29/02 09:11 AM

EviLudy LIGHT LEVEL 39

Sign-Up: 08/17/02

Posts: 4,525

Wew do i make scores with flash? I don't get it. PLZ HELP ME!

Swing a Little more!
.. ROCK OUT!

BBS Signature

None

vinnielowe

Reply To Post Reply & Quote

Posted at: 10/31/02 12:55 PM

vinnielowe NEUTRAL LEVEL 02

Sign-Up: 07/02/02

Posts: 14

insert some a dynamic text box give it the var name score.

add this code to something.

onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.score += 1;
if (_root.score == 100) {
_root.gotoAndPlay (frame);
}
}
}


All times are Eastern Standard Time (GMT -5) | Current Time: 11:24 AM

<< Back

This topic is 1 page long.

<< < > >>
You need a Grounds Gold Account to post on the NG BBS! If you don't have one, click here to sign up now! It's fast, free, and easy — and opens up tons of great NG features!