Action Actuator Help

I am trying to make an altimeter in BGE.

I have an object named ‘needle’

‘needle’ has a property named ‘altim’

I wrote the python to access the value of ‘altim’ and change it according to the z position of ‘needle’

when I set the action actuator to set the frame to ‘altim’ it doesn’t change the frame

any tips or tricks to get the action actuator to accept this property and set the frame as needed?

To actualize the property action actuator every frame, you must enable the true puls on the always sensor.

Hey thanks! I figured it out last night. The console really helps in these situations to see how many time the script is getting called. Great intro to python scripting and property editing though!