Hi Tom, I've continued to mess with this… I've gotten the card-to-card transitions to work by adding a wait statement just before they are executed…. wait 20 ticks is what I needed… I haven't not tried to figure out why I needed to do that in some apps and not others… I assume it's the amount of or specific types of code being process before the visual effect is called… anyway, thought I'd share.
be well, randy ------ On Nov 11, 2012, at 7:42 AM, Thomas McGrath III wrote: > In my published apps I am experiencing this same problem with visual effects > > and also the Play command is no longer asynchronous so my move commands no > longer execute until the sound is done playing (I'm not using "wait until > sound is done") > > > -- Tom McGrath III > http://lazyriver.on-rev.com > [email protected] > > On Nov 10, 2012, at 6:09 PM, Randy Hengst <[email protected]> wrote: > >> Jacque, I forgot to mention that I had tried that…and within rect… >> >> But, I explored some more using only go next card rather than go to card >> "card name"… next card worked, so I'm now looking for problems with my card >> script. >> >> Thanks for the push. >> >> be well, >> randy >> ----- >> On Nov 10, 2012, at 4:09 PM, J. Landman Gay wrote: >> >>> On 11/10/12 3:02 PM, Randy Hengst wrote: >>> >>>> I can open an app in 5.5.1 and test it… the effects work just fine in >>>> the simulator. I open the same app in 5.5.3 and the visual effects do >>>> not work… in the simulator or on an iPad 3. >>> >>> The syntax changed a bit, try the newer one: >>> >>> lock screen for visual effect >>> go next card >>> unlock screen with visual effect "flip left" >>> >>> >>> -- >>> Jacqueline Landman Gay | [email protected] >>> HyperActive Software | http://www.hyperactivesw.com >>> >>> >>> _______________________________________________ >>> use-livecode mailing list >>> [email protected] >>> Please visit this url to subscribe, unsubscribe and manage your >>> subscription preferences: >>> http://lists.runrev.com/mailman/listinfo/use-livecode >> >> >> _______________________________________________ >> use-livecode mailing list >> [email protected] >> Please visit this url to subscribe, unsubscribe and manage your subscription >> preferences: >> http://lists.runrev.com/mailman/listinfo/use-livecode > > > _______________________________________________ > use-livecode mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your subscription > preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
