Set Global Variable TAPPED=0
On Tap On Object Planesprite............................... Set Planesprite animation "UP"
TAPPED =0.......................................................................Set TAPPED =1
On Tap On Object Planesprite............................... Set Planesprite animation "DOWN"
TAPPED=1........................................................................Set TAPPED=0
If you are tapping very quickly as in a tap game or flappy game this may not work without a slight pause to give screen tap time to read next tap so add in a WAIT 0.3 Seconds at end of each event.