Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: FLASH: HELP! Flash: playing forward or backward
From: Sung Park
Date: Thu, 13 Jan 2000 09:14:52 GMT

Okay here's what I have thus far.
(ActionScript on button1)

On (Roll Over)
Loop While (_currentframe < 50)
Go to and Stop (_currentframe + 1)
End Loop
End On
On (Roll Out)
Stop
End On


(ActionScript on button2)

On (Roll Over)
Loop While (_currentframe > 50)
Go to and Stop (_currentframe - 1)
End Loop
End On
On (Roll Out)
Stop
End On

Goal:
I'd like to be able to go forward and backward on the timeline (from any
frame to frame 50 or from any frame to frame 1) smoothly, almost like play.
Except that I can control the play head to go forward and/or backward.

Problem:
My problem is this, I'd like for this to run smoothly from any frame to
frame
50 and/or from any frame to frame 1, but instead it goes by so fast it looks
like its jumping from one frame to the other. Is there a way to insert a
delay of .5 seconds after each frame?

Thanks.
-s u n g P A R K



flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Streaming Media WEST '99 Conference & Exhibition
"The Worlds largest Internet Audio & Video Event"
December 7 - 9, San Jose Convention Center, California

Reserve your space today at http://www.streamingmedia.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]