visual effects and iOS SImulator
Klaus major-k
klaus at major-k.de
Mon Nov 18 09:10:46 EST 2013
Hi friends,
just spent half an hour to get this to work:
####################################
on mouseup
put the selectedtext of me into tCard
if there is a cd tCard then
set the effectrate to 500
visual effect push left very slow
go to card tCard
end if
end mouseup
###################################
No WAY! The app always crashes in the Simulator! :-/
Then I tried this, although the dictionary tells me that the above should definitively work!?
########################################
on mouseup
put the selectedtext of me into tCard
if there is a cd tCard then
set the effectrate to 500
lock screen for visual effect
go to card tCard
unlock screen with visual effect push left very slow
end if
end mouseup
########################################
Et voila, no crash in the Simulator and a nice visual effect!
Hmmm...
Best
Klaus
--
Klaus Major
http://www.major-k.de
klaus at major-k.de
More information about the use-livecode
mailing list