Hey Guys! :)
Could anyone please tell me how I can reduce the delay of my object that moves if I use my arrow keys?
Here is the code of the movement:
on arrowkey x
--Controls
if x is "up" then
set the top of graphic "box" to the top of graphic "box" - 3
if top of graphic "box" < 0 then
set ...
Search found 3 matches
- Mon Nov 10, 2014 5:07 pm
- Forum: Games
- Topic: ArrowKeys have a delay in my 2D game
- Replies: 5
- Views: 8011
- Mon Nov 10, 2014 4:52 pm
- Forum: Games
- Topic: Maze Game Problem (Enemies)
- Replies: 2
- Views: 5115
Re: Maze Game Problem (Enemies)
Aww thank you so much! 
- Sat Nov 08, 2014 11:43 pm
- Forum: Games
- Topic: Maze Game Problem (Enemies)
- Replies: 2
- Views: 5115
Maze Game Problem (Enemies)
Hey Guys,
I made a Maze Game in Livecode but I have a problem because there are enemies in my Maze who can move and if you touch them you will respawn at the start.
Everything works fine but I don't know where I have to include the moving code of the enemie...
I know I have to include it in the ...
I made a Maze Game in Livecode but I have a problem because there are enemies in my Maze who can move and if you touch them you will respawn at the start.
Everything works fine but I don't know where I have to include the moving code of the enemie...
I know I have to include it in the ...