Search

Thursday, March 12, 2020

Making Scratch Projects :: Help With Scripts :: could you help me with operators

colinmacc :

littlescientistsch wrote:

hello everybody
sorry for my previous message…

this is what I mean…
So. this works

set [(☁ score) v] to ((0) - (☁ score))

but this doesnt

set [(☁ score) v] to ((-) * (☁ score))

why?


This should work…

set [☁ score v] to ((-1) * (☁ score))


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

No comments:

Post a Comment