Discuss Scratch

JudeCase17
Scratcher
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
Scratcher
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
Scratcher
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…

Powered by DjangoBB