Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » How do I make smooth cloud variables?
- JudeCase17
-
14 posts
How do I make smooth cloud variables?
How do I get this to be smoother? Right now it just teleports around


- scratch___user12345
-
1000+ posts
How do I make smooth cloud variables?
I recommend watching Griffpatch's tutorial on cloud games. He teaches how to make a buffer, and join positions
- Spentine
-
1000+ posts
How do I make smooth cloud variables?
Every 0.1 seconds, the project should record the 3 positions it has been moved to. Then, it should encode it into the cloud variable. The only downside is that on the recieving end, there is a 0.1 second delay…
- Discussion Forums
- » Help with Scripts
-
» How do I make smooth cloud variables?