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
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
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