i use livecode 5.0 with xcode 4.2 and iOS 5 on snow leopard.
my simulator is version 5.
i made an app that uses visual effects when navigating to anohter card:
Code: Select all
on mouseup
  lock screen
  go card "mycard"
  unlock screen with visual effect push left very fast
end mouseup
the problem is this line:
Code: Select all
unlock screen with visual effect push left very fastwhat can i do ?
thank you for your help!
fred.
