This site requires JavaScript, please enable it in your browser!
Greenfoot
Username
Password
Remember Me?
Sign Up, Lost Password
Activity
About
Documentation
Download
Discuss
Scenarios
enchino
wrote ...
2015/3/8
How does a spider stop?
enchino
2015/3/8
#
Hello guys :) I really need a method where a spider stops. Like
if(obstacleRight()) { stop(); }
Is there something out like this? ._.
danpost
2015/3/8
#
You cannot tell an object to stop -- you can only regulate when it moves.
You need to login to post a reply.
X