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

#1 2013-03-18 15:38:33

jnb6355
Scratcher
Registered: 2012-12-08
Posts: 9

scripts are not working on the scratch website

I made a tron light cycle game and an adjustable variable for speed. It works fine downloaded but on the website the sensors are not functioning on speeds 4 and 5. I've updated it at least 5-10 times and it still isn't working. How can I fix this?

Offline

 

#2 2013-03-19 08:26:26

dusty22
Scratcher
Registered: 2012-09-28
Posts: 49

Re: scripts are not working on the scratch website

I know on the website the timing on certain things in a project can be early. One of the suggestions I read somewhere was to add wait blocks to areas that were starting too early in a project playing in the online player.

Offline

 

#3 2013-03-19 14:11:46

jnb6355
Scratcher
Registered: 2012-12-08
Posts: 9

Re: scripts are not working on the scratch website

It's not that they too early. It's that they won't work at all.

Offline

 

#4 2013-03-20 20:07:35

dkulak25
New Scratcher
Registered: 2013-03-20
Posts: 1

Re: scripts are not working on the scratch website

I also had trouble with my first Scratch game uploaded to the site. I did a simple Pong game that worked perfectly in Scratch, but doesn't respond in the same way on the Scratch site. It is super-slow, and and the paddles are coming out of straight alignment and are all askew!

Any ideas?

Script for Paddle 1

when w key pressed
       change y by 10
if on edge, bounce

when s key pressed
     change y by -10
if on edge, bounce

when gf clicked
     go to x: -215  go to y:-130
    

Offline

 

Board footer