LOADING
Loading
Hi , welcome back.
LogoutLOGOUT
 
  Lost password?  
Hi
 




 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 08-09-2004, 11:33 PM
Algreco Algreco is offline
Registered User
 
Join Date: Jan 2004
Posts: 14
Rep Power: 0
Algreco is on a distinguished road
please help - need to load images only once

I have an empty movie clip (empty_mc). In it I create empty movie clips into which I load images dynaimcally ("holder").
here's the script:

var image_arr = new Array("1.jpg", "2.jpg", "3.jpg",..."7.jpg");
for (var i = 0; i<image_arr.length; i++)
{
this.createEmptyMovieClip ("holder"+i, i)
loadMovie (image_arr[i], "holder"+i);
}
}

Then, from the main timeline I want to manipulate empty_mc. move it around and creat effects like alpha fadeout. For that I need to insert keyframes on the main timeline where the empty movieclip is. The problem is that everytime I insert a keyframe it loads the images again!. I have to have the images load ONLY ONCE into thier "holder" movie clips.
Can anyone PLEASE help me and adjust my code to allow that to happen?
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Images Loaded from XML Load in Wrong Order (On Stage) matius ActionScript 3.0 1 11-06-2009 08:32 PM
Dynamically load images....without knowing src Kryo Flash 8 16 07-27-2007 12:38 PM
dynamically load and unload images from XML naibas Newbies 7 04-18-2007 05:20 PM
dynamically load images from mysql to flash sirtcarlos Web Platforms - PHP, JSP and .NET 5 02-28-2007 09:18 PM
load images form external clip Sewdn Actionscript 2.0 3 11-15-2006 03:22 PM




All times are GMT. The time now is 07:28 PM.