2009年12月9日 星期三

WORK7-時間與滑鼠指令!?

什麼圖片!?..

這次的名稱叫做
-光之塔-
什麼程式碼!?

Load dbngraphics.dbn
size 400 400
paper 40 80 100
fast
command com x y h c r g b
{
pen r g b
line (x-c/2) (y+h) (x+c/2) (y-h)
line (y+h) (x-c/2) (y-h) (x+c/2)
}
forever
{
com (mouse 1) (mouse 2) 15 40 (mouse 1) (mouse 2) (65+((time 4)))
com (mouse 1) (mouse 2) 40 15 (mouse 1) (mouse 2) (65-((time 4)))
}

什麼影片!?

沒有留言:

張貼留言