Exactly. It could be helpful for setting the time to some value in order to test something. Or create a project that shift clicks the R to help the newbies. I don't think anything will work out of the vm though. Or you can create a project that creates a project that creates a project....
Not just for the mouse though. It would be for any reporter and boolean.
Offline
fg123 wrote:
Maybe a "home key", press that and the project stops.
But even so the leetle children would be terrified. D8
I'm not sure I'm with this suggestion... I don't think it would be really useful, but maybe that's just me.
Offline
krackers wrote:
set [] to []
It would allow you to set mouse x, mouse y, and whatnot!
That would not work.
[set [hello] to [world]]
How can you set a string to another?
Reporters, report certain functions, that should not be set. If you wish to mess with them, you might be able to make variables that imitate the functions:
[set [variable v] to [0]]
[forever]
[ [change [variable v] by (1)]
[ [wait (1) secs]
[ ]
And [variable] is the timer. Now you can use the
[set [variable v] to [ ]]
block to set the timer to a certain time.
Offline