How to move another actor when clicking on another

Making a simple iphone game. What script should I use to move the player?
I created a actor (button) and a script to it.
Get a error: miss ;
I created a actor (button) and a script to it.
- Code: Select all
Player x+=10;
Get a error: miss ;
