[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Multiple Scripts, Pausing, Threads, and Persistant Variables
- From: Dave Bollinger <DBollinger@...>
- Date: Tue, 21 Mar 2000 10:03:26 -0500
Luiz Henrique de Figueiredo wrote:
>> There's also the line hook...
If you break via the line hook won't that suspend the entire state? I
think the goal is to set up a form of simulated multitasking, so that
multiple scripts appear to be running simultaneously within the same global
state. Is there a way to line break out of one script, then run a portion
of another and break again, then switch back to the original and resume?
(all within the same state) Or is there a way this could be more easily
"faked" using multiple states and somehow copying info among them during
breaks?
Cheers,
Dave