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?
Does visul effects work on IOS only on stack?
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
-
- Posts: 13
- Joined: Wed Jun 08, 2011 10:54 pm
Re: Does visul effects work on IOS only on stack?
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:
Best,
Mark
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
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
-
- Posts: 13
- Joined: Wed Jun 08, 2011 10:54 pm
Re: Does visul effects work on IOS only on stack?
ThX
i already get it to work:)
i already get it to work:)
Re: Does visul effects work on IOS only on stack?
Could you please describe what did not work and how you made it work?
This may be useful to others, too! Thanks!
Best
Klaus
This may be useful to others, too! Thanks!
Best
Klaus