| danbo2233 2005-09-16, 7:54 am |
| Hi everyone, I am a flash user and I occasional dabble with action script to
perform tasks as and when I need to.
I have always had problems with a preloader and am wondering if anyone can
help.
I have downloaded a preloader that someone has very kindly added a tutorial on
how to add it to my fla. it says that in frame 1 of my movie I have to adjust
the following:
-------------------------------------
percent_loaded = 1;
total_frames = 113;
value = 13;
LOADED_FRAME = 3;
-------------------------------------
right here is the problem, my movie spans over 3 scenes and the value of the
'total_frames' that I have added is the value of all my frames over the 3
scenes added up.
this dosnt seem to work, is there a 'total_scenes' value or am I completley
missing the plot.
|