coool
Posted 7 months ago
Posted 7 months ago
I just purchased this file and i am trying to load a swf my means of a the UILoader. How do i use this preloader if my Loader’s instance name is myLoader????
my email is rob@radiii.com If i could send you the file and you make it work that would be great.
Thanks alot
Posted 3 months ago
radiii – You need to add a Progress EventListener to your actionscript like so:
myLoader.addEventListener(ProgressEvent.PROGRESS, progressHandler);
function progressHandler(event
rogressEvent):void {
var uiLdr:UILoader = event.currentTarget as UILoader;
loadBar.growLoadBar(Math.round(uiLdr.percentLoaded));
}
Great File! Bought it to have on stand-by because it looks so bloody cool! Thanks, Mate!
Posted 2 months ago
Hey… just bought your file… looks good but I’m a bit confused about your instructions. The first two steps especially:
1. Open the “Glowing PreLoader” folder
I don’t know what “folder” you mean… The only kind of folder I can think of is the ones you can have in the library, but you don’t have any there…
2. Drag the “Glowing PreLoader” movie clip onto the stage
I don’t see an MC with this name. I see: “LoadBar”; “loadGlow”; “loadGlowBG”; “loadNumber”; “loadNumberGlow”. What am I missing?
Lastly, where do I put the “gotoAndPlay” so that it will forward to the next scene when it’s loaded?
Thank you!
PS. Checked out your other AS3 work too… and you’ve definitely got talent…
Posted about 1 month ago
typo – Sorry for the confusion. I definitely need to update the help file!
1. Disgard #1 & #2 that you mentioned.
2. If you are using the .fla provided, the preloader is already on the stage, but if you are using your own file you’ll need to copy the LoadBar movie clip and paste it into your file.
3. Open the Actions Layer in the LoadBar movie clip and copy and paste over all of the code with the code located here:
4. On line 40, if you have a different frame you want your swf to go to, this is where you change it. Currently it sets the parent to go to frame 2.
5. Make sure the PreLoader extends into frame to if you want the last squishing effect to take place. Otherwise dont worry about it.
If you still have problems please email me through my profile page.
Thanks for your purchase and the compliments!
Joe
Posted about 1 month ago
Thanks for the great preloader and support Joe… I’ll definitely buy from you again.
Posted about 1 month ago
Hi m8, this is very good work, but I still can do your preloader to play. I put to my swf the LoadBar mc and I have extended to frame 2 as well for the effect to take place. But I’m still confused of as code i need to write to my frame 1 of my swf.
George
Posted about 1 month ago
ggeorgaras – Put this code into frame 1 (delete what is already there), and see if you can get it to work.
Posted about 1 month ago