Search

Tuesday, July 28, 2020

Making Scratch Projects :: Help With Scripts :: I need help with a script!

SirFireE : Hello! I am making a project that has two cloud variables, and two local variables: ☁status1, status1, ☁status2, and status2. On each client, two “ON” buttons and an “OFF” buttons are included, and do the following:
On button 1
set [☁ status1 v] to [1]
On button 2
set [☁ status2 v] to [1]
Off button 1
set [☁ status1 v] to [0]
Off button 2
set [☁ status2 v] to [0]

status1 is updating on all clients, however status2 is only changing locally. Here is my code to update the variables:
set [status1 v] to (☁status1)
set [status1 v] to (☁status1)

Can anyone help me with this? Thank you

from Latest posts on Help With Scripts https://ift.tt/2X1nc5i

No comments:

Post a Comment