uliwitness / Stacksmith

An intuitive software erector kit targeted at people new to programming, but with enough potential to stay useful once they've learned, inspired by HyperCard.
http://stacksmith.org
129 stars 13 forks source link

Add timer objects #22

Closed uliwitness closed 11 years ago

uliwitness commented 11 years ago

These are objects that only show while editing, like in OMO, and can be set to periodically send messages, started and stopped.

Something about the ones in OMO irks me, though. Definitely don't want to replicate the list of messages that way. Maybe stick to one message and time interval in human-readable seconds for now. At the least a timer should be able to loop once it's sent all its messages. Don't do the global timerExpired message at all.