Page 1 of 1

Does visul effects work on IOS only on stack?

Posted: Sat Jun 25, 2011 3:58 pm
by et_phone_home
I'm trying to put some visual effects when an image appears.

It works well on the run, but when i compile it and test it with the iphone emulator the visual effect doesn't work...


on aparecerpedacos
repeat with c=1 to 9
set the loc of image ("pedaco" & c) to (left of image ("pedaco" & c)+(width of image ("pedaco" & c)/2)), random (150)+50
show image ("pedaco"&c) with visual effect dissolve very fast
end repeat
end aparecerpedacos


Whats the problem?

Re: Does visul effects work on IOS only on stack?

Posted: Sun Jun 26, 2011 3:09 pm
by Mark
Hi,

Maybe visual effect doesn't work with images on iPhone. It is also possible that "very fast" is too fast to notice. Try this:

Code: Select all

lock screen
 // show/hide/move stuff here
unlock screen with visual effect dissolve
Best,

Mark

Re: Does visul effects work on IOS only on stack?

Posted: Mon Jun 27, 2011 3:01 pm
by et_phone_home
ThX
i already get it to work:)

Re: Does visul effects work on IOS only on stack?

Posted: Mon Jun 27, 2011 4:02 pm
by Klaus
Could you please describe what did not work and how you made it work?
This may be useful to others, too! Thanks!


Best

Klaus