如何使用动态代码读取预设文件夹中的图像并将其显示在图像区域?
我已阅读了很多Livecode网站,但找不到示例。
答案 0 :(得分:0)
创建按钮“butn”和图像区域“imag” 然后将此代码放在该按钮中。
repeat with i =0 to the number of images in url "~/your/folder/path"
put it into image "imag"
wait 2 sec
end repeat
我应该工作,但我没有检查。如果没有,请记住这个逻辑并亲自尝试。
一切顺利。