[Thread Prev] [Thread Next]
This is an automatic message sent from the web form at:
http://mia.openworldlearning.org/mwforum.htm
from: Michael Kraus <michael.kraus@xxxxxxxxx>
date: Wed May 20 09:38:22 2009
platform: PC
version: MicroWorlds 2.03
Concerning dynaturtle:
The code in Winlogo 2.0, german version, is as follows:
PR start
;* ##### Startdatei ######
DZ "Ausstieg mit Taste 5!"
SETZE "sprung.x" 0
SETZE "sprung.y" 0
flug
ENDE
PR flug
tasten
dynaturtle
flug
ENDE
PR dynaturtle
;* Dynaturtle von Andy diSessa und Dan Watt, Massachusetts 1982
;* (c) deutsche Adaption von Michael Kraus, 1992 - 2009
;* Kontakt www.michael-kraus.info
SETZE "sprung.x" :sprung.x + (SIN KURS)
SETZE "sprung.y" :sprung.y + (COS KURS)
AUFXY (XKO + :sprung.x) (YKO + :sprung.y)
ENDE
PR tasten
SETZE "t" TASTE
;* Version für Win-Logo 2.0 deutsch
WENN :t = "d" DANN LI 30 RK ;* d = NUM 4
WENN :t = "e" DANN DZ "Abbruch!" AUSSTIEG ;* e = NUM 5
WENN :t = "f" DANN RE 30 RK ;* f = NUM 6
WENN :t = "h" DANN RK ;* h = NUM 8
ENDE
Nevertheless you must click the "stop"-Button after finishing ("Ausstieg").
Previous by thread:
MIA, Ask an Expert: hide mouse cursor
Next by thread:
MIA, Ask an Expert: model gravity
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.
|