I recently made a way of connecting Scratch to a server, and I was going to use this as a way of uploading a profile online - and playing a mini-game with it.
So you upload a player, visit the website and then you can play mini-games.
Progress
In development
I have a moving player. See here
Current Help Needed
None!
Last edited by johnnydean1 (2011-04-18 15:57:32)
Offline
What do you need help with?
Offline
Magnie wrote:
What do you need help with?
Controlling the player with arrow keys not buttons.
Offline
Look here
http://html5.litten.com/moving-shapes-o … -keyboard/
The example script is kind of similar to yours. The onkeydown event with the switch statement in is what what you should copy paste into your program.
Next time google a solution on your own
Offline
archmage wrote:
Look here
http://html5.litten.com/moving-shapes-o … -keyboard/
The example script is kind of similar to yours. The onkeydown event with the switch statement in is what what you should copy paste into your program.
Next time google a solution on your own![]()
I tried google and it didn't work.
Offline
You need to google better, I posted the first result for "canvas keyboard input" and it worked.
Offline
Ok. I don't use Google much so...
Offline