Actions
Bug #290
closedvrev/hrev/rev not working
Start date:
03/04/2020
Due date:
% Done:
0%
Estimated time:
Affected version:
Description
#manifest: "pc"
#displayWidth:1920
#displayHeight:1080
#fullScreen:true
#fps:false
#splashScreen:false
do
if mouse key<>0
bob 1,100,100,1
else
bob 1,100,100,rev(1)
end if
Loop
It gives an Image not defined error.
Updated by Francois Lionet over 4 years ago
- Status changed from New to Resolved
- Target version set to 0.9.6.1
Fixed!
Updated by Baptiste Pillot over 4 years ago
- Status changed from Resolved to Closed
To work, we need an image, eg resources/images/1.png.
Without this image, I got an "image not defined error".
With this image file set, it works.
Actions