Sonic_Mush
08-18-2002, 12:17 PM
[CODE]
total_bytes = _root.getBytesTotal();
loaded_bytes = _root.getBytesLoaded();
remaining_bytes = total_bytes-loaded_bytes;
percent_done = int((loaded_bytes/total_bytes)*100);
bar.gotoAndStop(percent_done);[CODE]
im using the cde above, that i got off a tut quite a while ago,
my prob is that the bar.goto... code doesnt do anything, the mov clip bar doesnt seem to respond to it and just plays,
b4 now ive just had to settle for if cmds
i have no idea w0ts the prob, any help is helpful :)
total_bytes = _root.getBytesTotal();
loaded_bytes = _root.getBytesLoaded();
remaining_bytes = total_bytes-loaded_bytes;
percent_done = int((loaded_bytes/total_bytes)*100);
bar.gotoAndStop(percent_done);[CODE]
im using the cde above, that i got off a tut quite a while ago,
my prob is that the bar.goto... code doesnt do anything, the mov clip bar doesnt seem to respond to it and just plays,
b4 now ive just had to settle for if cmds
i have no idea w0ts the prob, any help is helpful :)