Flasher Archive

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


Subject: FLASH: Please help: ActionScript heck.
From: Sung Park
Date: Fri, 14 Jan 2000 10:27:09 GMT

Please help, I'm having major headaches from trying to get this to work.
This is what I have thus far on two different buttons. button1 is suppose to
make the play head move forward and button2 is suppose to make the play head
go backwards. Well that's the idea anyways.

(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

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? Can anyone please help.

Thanks in advance.
-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


Replies
  Re: FLASH: Please help: ActionScript hec, Dorian Nisinson
  Re: FLASH: Please help: ActionScript hec, Dorian Nisinson

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