Posted By
|
Message
|
guri-n ha
Registered 16/04/2005
Points 245
|
20th May, 2005 at 14:17:04 -
I made a tetris engine from crap(actually from scratch) but i want it so when the player pushes down key, the blocks move down faster. How can i do that???
P.S: Don't ask me for the codes, they are really long to write here, just give me an idea on how to do the fast moving down movement.
n/a
|
X_Sheep I had a custom rating before it was cool
Registered 01/03/2004
Points 1313
|
20th May, 2005 at 14:20:15 -
If you're using "Every ** seconds", you can just use
"Every (higher nr) seconds" "Repeat while "Down Arrow" is not pressed"
- Move down
"Every (lower nr) seconds" "Repeat while "Down Arrow" is pressed"
- Move down
This makes them move down more often when the down arrow is pressed. If this is not what yous mean, post what you use for the blocks falling
a/n
|
guri-n ha
Registered 16/04/2005
Points 245
|
20th May, 2005 at 14:26:31 -
I'll try to post it later, it's pretty long though...
n/a
|
AndyUK Mascot Maniac
Registered 01/08/2002
Points 14586
|
20th May, 2005 at 20:05:44 -
You could make it always fall relative to an alterable value,
then when pressing down make A = 2
if not pressing down make A = 1
.
|
Airflow imafirinmahlazr
Registered 24/09/2003
Points -197
|
25th May, 2005 at 00:06:46 -
Use a fastloop.
n/a
|
|
|