[Boards: 3 / a / aco / adv / an / asp / b / biz / c / cgl / ck / cm / co / d / diy / e / fa / fit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mu / n / news / o / out / p / po / pol / qa / r / r9k / s / s4s / sci / soc / sp / t / tg / toy / trash / trv / tv / u / v / vg / vp / vr / w / wg / wsg / wsr / x / y ] [Home]
4chanarchives logo
requesting help with these stupid java turtle fucks
Images are sometimes not shown due to bandwidth/network limitations. Refreshing the page usually helps.

You are currently reading a thread in /wsr/ - Worksafe Requests

Thread replies: 6
Thread images: 2
File: turtles.jpg (10 KB, 469x375) Image search: [Google]
turtles.jpg
10 KB, 469x375
requesting help with these stupid java turtle fucks
>>
Perhaps you could give us more detail.
>>
File: image00.jpg (15 KB, 414x434) Image search: [Google]
image00.jpg
15 KB, 414x434
>>36685
/** Display a random step of the turtle.
* inputs:
* direction: -1 for step to the left or 1 for step to the right
* output: Nothing. Moves the calling turtle object.
* */
public void takeStep( int direction )

----

I gotta make a method called takeStep that does all that, but I'm not sure how. If I'm reading it right, it wants me to have two different calls for two different integers (1 and -1) so if I do turtle.takeStep(1) it turns right and if I do -1 it turns left. I also want him to face up after every step. Should look like pic related.
>>
>>36694
Not much info

public void takeStep( int direction ){
if (direction ==1){ //code for step right X++ or whatever}
if (direction == -1){ //code for step left }
}
>>
>>36717
Well fuck me, that worked perfectly. Thanks, anon.
>>
>>36719
if you're using X as a coordinate you might be able to simplify with something like:
X += direction; //instead of if's
Thread replies: 6
Thread images: 2

banner
banner
[Boards: 3 / a / aco / adv / an / asp / b / biz / c / cgl / ck / cm / co / d / diy / e / fa / fit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mu / n / news / o / out / p / po / pol / qa / r / r9k / s / s4s / sci / soc / sp / t / tg / toy / trash / trv / tv / u / v / vg / vp / vr / w / wg / wsg / wsr / x / y] [Home]

All trademarks and copyrights on this page are owned by their respective parties. Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
If a post contains personal/copyrighted/illegal content you can contact me at [email protected] with that post and thread number and it will be removed as soon as possible.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com, send takedown notices to them.
This is a 4chan archive - all of the content originated from them. If you need IP information for a Poster - you need to contact them. This website shows only archived content.