TopPage

Download

Install Windows

Install Linux

License

Tutorial

Widgets

Release Notes (GitHub)

About the Author

ウィジェットの説明

ウィジェット説明ドキュメント
VarNumber変数①を数値②にするオリジナル
VarString変数①を文字列②にするオリジナル
VarBoolean変数①を真理値②にするオリジナル
Title画面タイトルを①にするturtle.title
ScreenSize画面を横幅①、高さ②にするturtle.screensize
Forward前方向に①移動するturtle.forward
Backward後方向に①移動するturtle.backward
Right右方向に①度曲げるturtle.right
Left左方向に①度曲げるturtle.left
GoTox座標①、y座標②に移動するturtle.goto
SetXx座標①に移動するturtle.setx
SetYy座標①に移動するturtle.sety
SetHeading向きを①度に変更するturtle.setheading
Home座標と角度を初期状態に戻すturtle.home
Position座標xを①、yを②に代入するturtle.position
ToWardsx①、y②への角度を③に代入するturtle.towards
XCorx座標を①に代入するturtle.xcor
YCory座標を①に代入するturtle.ycor
Heading角度を①に代入するturtle.heading
Distancex①、y②への距離を③に代入するturtle.distance
Circle半径①の円を角度②度描くturtle.circle
Dot直径①の円を描くturtle.dot
Stamp亀のスタンプを押すturtle.stamp
Speed速度を①に変更するturtle.speed
PenDown動いた線を引くようにするturtle.pendown
PenUp動いた線を引かなくするturtle.penup
IsDown動いた線を引くか①に代入するturtle.isdown
PenSizeペン先の太さを①にするturtle.pensize
Colorペンと背景の色を①にするturtle.color
PenColorペンの色を①にするturtle.pencolor
FillColor塗りつぶしの色を①にするturtle.fillcolor
BGColor背景色を①に変更するオリジナル
GetPenColorペンの色を①に代入するturtle.pencolor
GetFillColor塗りつぶしの色を①に代入するturtle.fillcolor
GetBGColor背景色を①に代入するオリジナル
BeginFill塗りつぶしを始めるturtle.begin_fill
EndFill塗りつぶしを終えるturtle.end_fill
Filling塗りつぶしするか①に代入するturtle.filling
ShowTurtleカメを表示モードにするturtle.showturtle
HideTurtleカメを非表示モードにするturtle.hideturtle
IsVisible表示モードか①に代入するturtle.isvisible
TurtleSize亀の大きさを①にするturtle.turtlesize
Write文字列①を大きさ②で書くturtle.write
Byeプログラムを終了するturtle.bye
ExitOnClickクリックで終了するturtle.exitonclick
Bellシステムサウンドを鳴らすオリジナル
Sleep操作を①秒停止するtime.sleep
Comment実行されないコメント文※1オリジナル
Undefined情報のない不明なクラス※2オリジナル

※1:このウィジェットはコメント用です。

※2:このウィジェットが表示されたときにはJsonファイルが破損していないか確認してください。