I'm having a problem with a small animation for a form I'm creating in flash. Basically I want the motion to happen when I click it, and then stop where its told to. It plays and stops just fine, however I cannot figure out how to make it wait for the click to play. This is the current code I have
tabbut.onClick = function() { play(); }
i have also tried the MouseEvent method, but that makes it keep looping.
any suggestions would be greatly appreciated.