External function doesn't work?

okay, solved my problem.

now other question.

i want to get player moving.

but with touch event i cant hold button to move i have to press it many many times to get the effect.

any hint?

On the “began” phase of the touch you can start a timer that calls the movement function repeatedly every 5ms or so. Then in the “ended” phase you can cancel the timer so that the movement stops. 

Is that what you had in mind?

im done:)

On the “began” phase of the touch you can start a timer that calls the movement function repeatedly every 5ms or so. Then in the “ended” phase you can cancel the timer so that the movement stops. 

Is that what you had in mind?

im done:)