This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2011-04-18 12:13:31

johnnydean1
Scratcher
Registered: 2010-02-12
Posts: 1000+

Online Scratch Game

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)


You can now reach me on Twitter @johnnydean1_

Offline

 

#2 2011-04-18 12:31:15

bbbeb
Scratcher
Registered: 2009-06-11
Posts: 1000+

Re: Online Scratch Game

1. IDK how, but i'll see if i can come around
2. Fix your d*** header.


Back in my day.... there were no laws that censored the internet... now, there are.... nah.

Offline

 

#3 2011-04-18 13:13:27

Magnie
Scratcher
Registered: 2007-12-12
Posts: 1000+

Re: Online Scratch Game

What do you need help with?

Offline

 

#4 2011-04-18 13:46:47

johnnydean1
Scratcher
Registered: 2010-02-12
Posts: 1000+

Re: Online Scratch Game

Magnie wrote:

What do you need help with?

Controlling the player with arrow keys not buttons.


You can now reach me on Twitter @johnnydean1_

Offline

 

#5 2011-04-18 13:56:31

archmage
Scratcher
Registered: 2007-05-18
Posts: 1000+

Re: Online Scratch Game

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  tongue


Hi, I am Archmage coder extraordinaire. I do Scratch,pascal,java,php,html, AS2 and AS3. Leave me a message if you want coding advice. Also check out my personal website, lots of good stuff about web development, Flash, and Scratch (v1 and v2) !

Offline

 

#6 2011-04-18 14:16:40

johnnydean1
Scratcher
Registered: 2010-02-12
Posts: 1000+

Re: Online Scratch Game

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  tongue

I tried google and it didn't work.


You can now reach me on Twitter @johnnydean1_

Offline

 

#7 2011-04-18 14:26:44

archmage
Scratcher
Registered: 2007-05-18
Posts: 1000+

Re: Online Scratch Game

You need to google better, I posted the first result for "canvas keyboard input" and it worked.


Hi, I am Archmage coder extraordinaire. I do Scratch,pascal,java,php,html, AS2 and AS3. Leave me a message if you want coding advice. Also check out my personal website, lots of good stuff about web development, Flash, and Scratch (v1 and v2) !

Offline

 

#8 2011-04-18 15:56:28

johnnydean1
Scratcher
Registered: 2010-02-12
Posts: 1000+

Re: Online Scratch Game

Ok. I don't use Google much so...


You can now reach me on Twitter @johnnydean1_

Offline

 

Board footer