SO, I'm making one of those games where there are arrows going across the game and whenever an arrow reaches a certain point, you click the keys on your computer, and then u get points. If u know what im talking about...
PLEASE HELP MEEEEEEEEEEE!!!!!
Offline
I most certainly do know what you're talking about.
What do you need help with?
Regards,
CAA14
P.S. The best format for people to help you is to stat the goals for what you want to do, just a tip.
Offline
hmm...
the best way i can think of explaining this is:
Hit arrow keys as arrows approach targets at the side of the screen.
to get a better appreciation of what i'm saying, please copy this url code and paste it on to your search engine
http://www.gamesroot.com/play/441-dance_revolution.html
On that note... HELP MEEEE!!!
did i explain better?
Offline
So...
- You want it so that arrows are coming down the screen and the player has to hit the correct arrow when it comes into a hollow arrow sprite, right?
That shouldn't be an issue, except for i don't know how to make it on beat.
Is that correct?
Regards,
CAA14
Offline
Just have a sensing sprite that sets a variable to 1 when it's touching the arrow and 0 when it's not. You can add other numbers to define other arrows. Make a script that only let's an output through of the the sensing variable is at the correct number.
Offline