captainchris
Still Fresh
- Joined
- Feb 12, 2012
- Messages
- 12
Hi everybody!
I need your help because I'm surrounded with a timer problem.
I'm making a remake of Game & Watch Zelda for Caanoo
This is the body of the Ganon function : http://pastebin.com/fNmSYhwq
So, I use the throw_arrow function to throw arrow.
To reduce speed, I use a timer which:
* show the first arrow,
* clear the first arrow and show the second arrow
* and finally clear and blit the third arrow.
This is the body of throw_arrow: http://pastebin.com/gm1KXZ79
Sorry for indentation,but i did it quickly to bring into pastebin.com
This works but the character Link undergoes the break. That's my problem.
Does anyone have an idea?
Thx Chris.
I need your help because I'm surrounded with a timer problem.
I'm making a remake of Game & Watch Zelda for Caanoo
This is the body of the Ganon function : http://pastebin.com/fNmSYhwq
So, I use the throw_arrow function to throw arrow.
To reduce speed, I use a timer which:
* show the first arrow,
* clear the first arrow and show the second arrow
* and finally clear and blit the third arrow.
This is the body of throw_arrow: http://pastebin.com/gm1KXZ79
Sorry for indentation,but i did it quickly to bring into pastebin.com
This works but the character Link undergoes the break. That's my problem.
Does anyone have an idea?
Thx Chris.