DemonLordDiablo
DemonLordDiablo
is there a way to set the value of a boolean from a custom block using js, like how you did with the "is compiled?" and the "is turbowarp?" boicks?
i am trying to make mobile conrolls; my code is here: https://jsfiddle.net/b5gwtsjm/ i am trying to get it to go from -240 to 240, and -180 to 180 no matter...
i am looking for a way to show and hide the custom cursor at certan times when the project is running.
### Steps to reproduce download the apks ### Expected behavior install ### Actual behavior i get describe error: there is an issue parcing the package ### Crash logs _No response_...
i am trying to make a custom block like: whenbroadcastreceived(message){ //do whatever with "message" } i can use: vm.runtime.startHats("event_whenbroadcastreceived", { BROADCAST_OPTION: data, }) to send a broadcast, but how can...