I have used the moveTo & lineTo commands to create a simple line effect that appears during MovieClip.onRollOver. Can someone show me how to use setInterval() to allow this simple effect to first appear and then be cleared after 1 or 2 seconds (while in the onRollOver state)? Here is what I have so far:
setInterval(the function you want to perform, for how many milliseconds)
If you want me to write you the code for you, then I’ll do it, but not now. But, after you have your loaded data set up, put the setInterval() function in.