|
|
| thorny_moloch 2005-08-24, 11:28 pm |
| ok what im wanting to do is a mask over preloader. ive finally got the masking part down. i just need to know how to incorporate that into a preloading sequence....with the % and all that!
| |
| blackdogjib 2005-08-24, 11:28 pm |
| onClipEvent (load) {
total = _root.getBytesTotal();
}
onClipEvent (enterFrame) {
loaded = _root.getBytesLoaded();
percent = int(loaded/total*100);
text = percent+"%";
//trace(percent)
this.gotoAndStop(percent);
if (loaded == total and total>380 and a<>1) {
a=1;
_root.gotoAndPlay("s7");
}
}
| |
| thorny_moloch 2005-08-24, 11:29 pm |
| ok so what do i apply that to?
| |
| thorny_moloch 2005-08-25, 4:18 am |
| i need help with this...how can i put my .fla up so someone can help me?
|
|
|
|
| Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |