Ask a Question related to Macromedia Flash Actionscript, Design and Development.
-
geut #1
setInterval: been there, done that
The problem is i want to scroll a text using two objects: buttonUp and
butonDown.
I have done as i have been told:
on the buttonUp (which is a movie clip) actions i have written:
on (rollOver)
{
qwer=setInterval(scrollF,1000);
}
and in its frame i have written:
function scrollF(){
{
correctpath.sometextbox.scroll++;
}
but it DOESN'T WORK. Please point to a working example.
Thanks and sorry to bother you
geut Guest
-
still having problems with setInterval()
the code is like this: on (rollOver) { var qwer; qwer=setInterval(this._parent.sometextbox.scroll+=1,1000); } and it executes ONLY ONCE.... -
setInterval in 2.0.4
Hi I've just read the release notes for 2.0.4 and it says this: In the Flash Media Server 2 Server-Side ActionScript Language Reference... -
SSA setInterval issue
I'm currently having problem's even with a freshly installed flashcom pro + patch 2 to bring it to--> 1.5.2 r138 on a VHost. The interval dies... -
problems with setInterval()
i try doing something like this: on (press) { var intervalID; intervalID=setInterval(asdf(), 100); } function asdf() { //something; } -
setInterval
can setInterval timer be a varibles??? for example: t=500; setInterval(myfunction, t); t=t+100; i have tried this, but doesnt work.....can... -



Reply With Quote

