Does visul effects work on IOS only on stack?
Posted: Sat Jun 25, 2011 3:58 pm
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?
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?