[Thread Prev] [Thread Next]
Hi!
You can't "move" the turtle to the next page, but there is definitely an
easy way to "fake" this.
On page 1:
You have a turtle called t1 (let's say), and when it reaches a certain goal
(collision detection or color detection for example) you run a procedure
such as (assuming that t1 was a clickable turtle):
to level2
ask "t1 [clickoff]
page2
ask "t1 [clickon]
end
There you go!
AT
-----Original Message-----
From: mwforum-admin@xxxxxxxxxxxxxxxxxxxxxxxxxxxx
[mailto:mwforum-admin@xxxxxxxxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Dawn
Young
Sent: Monday, June 16, 2008 1:14 PM
To: MicroWorlds Listserv
Subject: Turtles moving from page1 to page 2
If you have a turtle (t1) on page1 of a game and you want t1 to clear
that level and move onto the next how do you have t1 also go to the next
level and continue without having to create a new "start" button for
each level? We can get the nextpage to load, but t1 seems to need a new
start command.
Thanks,
Dawn Young
Dawn Young
Challenge Enrichment Specialist
West Middle School
Previous by thread:
Turtles moving from page1 to page 2
Next by thread:
new OpenWorld Learning video!
To save an attachment to your computer, PC users should right-click (Mac users, click and hold the mouse button) on the link and then choose 'save target as' from the pop-up menu. A window will then pop up in which you can choose a location for the file.
|