Delaying User Function

Hi Eric,One way of doing it would be:Create a new variable, donePlaying, initially set to 0.On your swf add an action:On: Done PlayingAction: Modify VariableTarget: donePlaying (your new variable)Value: 1Modification Type: Set Variable ContentsThen on your keystroke action add the condition:Only if donePlaying (your variable) is equal to 1.This should inhibit the keystroke action until the swf has finished.Hope this helpsAndy

Discussions have been disabled for this post