Flasher Archive

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


Subject: actionscript / javascript again
From: Brian Almeter
Date: Fri, 26 Jan 2001 13:57:27 -0000

Still looking for a solution for a setTimeout() javascript function in
actionscript

I was working in Flash 5 for this project.

I created a do while statement on a button but it didn't seem to work right.
The problem is it works TOO FAST and I want a text box to scroll slowly
here's the script

on(Rollover) {
var i=1
while(i < 20) {
text.scroll = text.scroll -1
i = i+1
}
}

What else can I do?
Thanks Brian





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