Posted by Ryan on July 25, 1998 at 15:52:33:
I'v been working on the scrolling sky problem and I have a few ideas.
1. Two different cogs, 1 handles scrolling, the other tells it to stop:
SendMessage(Sleep(time), cogname)
2. One cog which sleeps by itself after activation:
Sleep(time)
3. You mentioned "StopSky()" Is that a guess or is it a real verb?
StopSky(name, time)?
Do you think any of these would work? Are there any errors in the first example? (I'm not sure about the whole SendMessage thing)