PDA

View Full Version : Controlling target movie



lumsbr
March 18th, 2003, 10:35 AM
Hi guys,

How do I make the button work, making the ball run in the target movie?

RvGaTe
March 18th, 2003, 11:12 AM
just add this line on your play button



on(release){
target.ball.play()
}


and it should work :)