スライドショー

1

ドリトルでスライドショーの梅園(神代植物公園)バージョン。

神代植物公園バージョン
http://bitarrow.eplang.jp/bitarrow/fs/pub/f4e9c680/Slide_1.html

タイルでアートとの合わせ技でちょっとだけアート感を出してみました。

モノクロフィルター版
http://bitarrow.eplang.jp/bitarrow/fs/pub/f4e9c680/Slide_3b.html
虹色フィルター版
http://bitarrow.eplang.jp/bitarrow/fs/pub/f4e9c680/Slide_3c.html

screen! (black) paint.
ot=turtle! create.
tm=timer! create (0.1) interval (4) duration [
ot! (20) rightturn (1.1) scale
] execute.
tm! [ot! hide] execute.

src="http://etext-music.com/ume2016/".
n=100.
timer! create 5 interval (60*60) times [
n=n+1. nn=(""+n)! 2 3 substr.
img=src+(nn)+".jpg".
turtle! create (img) setshape (1.2) scale.
[n==124]! then [n=100] execute.
] execute.

Default