RE: [Flashcoders] screen saver question

2006-06-02 Thread phaedrus
Interval should work - sounds like you have something changing it. How do you set your interval time, what does it do when it fires, and does anything change it? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Flash guru Sent: Friday, June 02, 2006 11:13 A

Re: [Flashcoders] screen saver question

2006-06-02 Thread Flash guru
heres' my code import mx.video.*; movie.onRelease = function(){ clearInterval( 1 ); goMovie(); } //intervalID = setInterval(test,1);//5 seconds function test(){ clearInterval( 1 ); goMovie(); } function goMovie(){ var myTween:Tween = new Tween(blankie, "_alpha", mx.tran