How can I have it so I can place events in an if statement and have that if statement always working at any given time without needing a hat.
So for example, "When left key is clicked, if X Variable = 1, do this ..."
Although what I'm looking for is just to have "If X variable = 1, do this ... " work with out needing anything to trigger it.
Thanks!
Offline
Scratch is an event driven language. No stack of blocks executes unless it was triggered by an event. The way to respond to an event is to use a hat block.
So, I don't think it is now possible to do what you want. And, I very much doubt the Scratch Team will add such an ability since it goes against the very basis of the language.
Offline