Hello! Is there any possibility of making the image appear “slower”? When using something like
[lua]local image = display.newImage(“image.png”)[/lua] the image appears instantly.
I’ve tried something like
[lua]local x
for x=0.1, 1 do
image.alpha=x end[/lua]
but it doens’t seem to work [import]uid: 208318 topic_id: 34878 reply_id: 334878[/import]
[import]uid: 208318 topic_id: 34878 reply_id: 138590[/import]