ImageFrameDelay rename in GetImageFrameDelay
Posted: Thu Feb 23, 2017 9:00 am
I propose to rename function ImageFrameDelay in GetImageFrameDelay and add function SetImageFrameDelay to set frame delay.
Now this is impossible to make and code does work not correctly.
Now this is impossible to make and code does work not correctly.
Code: Select all
CreateImage(0, 200, 200)
For i=1 To 10
AddImageFrame(0)
Next i
Count = ImageFrameCount(0)
For i=1 To Count
Debug ImageFrameDelay(0)
Next i