[Thread Prev] [Thread Next]
> from: <poisonsparrow@xxxxxxxxx>
> date: Wed Jan 17 10:29:55 2007
>
> how do i make it when a turtle touches another
> turtle he stops going forward
Hi,
try
if touching? "t1 "t2 [t1, clickoff]
or
when [touching? "t1 "t2] [t1, clickoff]
depending on the situation and your programming strategy.
Daniel
OpenWorld Learning
Previous by thread:
Tic-Tac- Toe Game
Next by thread:
MIA, Ask an Expert: More Shapes
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.
|