[MWForum]Re: MIA, Ask an Expert Question
Daniel Ajoy
mwforum@lists.mathcats.com
Wed, 24 Dec 2003 14:43:19 -0500
Craig,
I changed your direct procedure to this:
to direct
t1, forever
[ifelse colorunder = 0
[steer readchar]
[test.color]]
end
and, with that, the "char reading" does not need
to be restarted.
Daniel
OpenWorld Learning
On 24 Dec 2003 at 11:25, cy wrote:
> Daniel,
>
> Thanks for your example. What I want to have happen is start a process on
> page1 and have it still running on page2 without having to start it again.
> I'm creating a game in which students move the turtle using a simple
> readchar program. The turtle "steps out" of page1 into page2 and I would
> like for the user not to have to restart the readchar program. Your example
> uses buttons that have to be pushed by the user on page2 in order for the
> process to begin. I want to know if the process can be carried over to
> another page without having to restart it. I'm including my example this
> time.
>
> Craig