23.02.2009, 08:30
button outside:
OnPlayerKeyStateChange
IsPlayerInArea[ofbutton1] && "IsCop"
ApplyAnimation(cardswipe)
MoveObject
button inside:
OnPlayerKeyStateChange
IsPlayerInArea[ofbutton2]
ApplyAnimation(cardswipe)
MoveObject
OnPlayerKeyStateChange
IsPlayerInArea[ofbutton1] && "IsCop"
ApplyAnimation(cardswipe)
MoveObject
button inside:
OnPlayerKeyStateChange
IsPlayerInArea[ofbutton2]
ApplyAnimation(cardswipe)
MoveObject