visual effects and iOS SImulator

Scott Rossi scott at tactilemedia.com
Mon Nov 18 14:50:25 EST 2013


Klaus:

Some time back, the RunRev folks explained that the script for visual
effects had to be changed to accommodate new features in the engine.  So
maybe the old form still works in certain cases, but I'm pretty sure they
want developers to use "lock screen for visual effect" moving forward.

Best Regards,

Scott Rossi
Creative Director
Tactile Media, UX/UI Design




On 11/18/13 6:10 AM, "Klaus major-k" <klaus at major-k.de> wrote:

>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
>
>
>_______________________________________________
>use-livecode mailing list
>use-livecode at lists.runrev.com
>Please visit this url to subscribe, unsubscribe and manage your
>subscription preferences:
>http://lists.runrev.com/mailman/listinfo/use-livecode
>






More information about the use-livecode mailing list