Old 28-11-2005, 19:15   #1 (permalink)
rgx
Registered User
 
Join Date: Dec 2004
Posts: 4
actionscript question

This is my actionscript, after the alpha tween all I want to do is want the movie to "pause" for a couple seconds before the .swf is loaded on top. How can I do this?

Oh I'm using http://laco.wz.cz/tween/ for the alpha tween if anyone is curious.

Code:
#include "lmc_tween.as" banner.alphaTo(100,25); loadMovieNum("slide_rndmbanners.swf", 1);
  Reply With Quote
Old 04-12-2005, 00:26   #2 (permalink)
macisbetter
Registered User
 
Join Date: Nov 2004
Posts: 8
Quote:
Originally Posted by rgx
This is my actionscript, after the alpha tween all I want to do is want the movie to "pause" for a couple seconds before the .swf is loaded on top. How can I do this?

Oh I'm using http://laco.wz.cz/tween/ for the alpha tween if anyone is curious.

Code:
my_mc.tween(property, pEnd, seconds, animType, delay, callback, extra1, extra2)

so....

Code:
#include "lmc_tween.as" banner.alphaTo(100,25, 1, "easeOutQuad", 0, loadTheClip); function loadTheClip();( loadMovieNum("slide_rndmbanners.swf", 1); }

i hope thats what u are saying, this will load the swf after the alpha is complete.
  Reply With Quote
Old 04-12-2005, 10:44   #3 (permalink)
rgx
Registered User
 
Join Date: Dec 2004
Posts: 4
Thanks, I will try this when I get home.
  Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search


Contact Us - Web Design Forums - Archive - Top
Search Engine Optimization by vBSEO 3.0.0 RC8