标签: coffeescript turtle-graphics
在Pencil Code中,如何获取默认乌龟的相对x,y坐标? 为什么以下代码不起作用(它返回" 0,0")?
fd 100 write getxy()
如何在调用getxy()之前等待乌龟完成移动?
答案 0 :(得分:0)
使用done(fn)。它在所有动画之后调用回调fn。
done(fn)