Hi guys I am a real beginner at As I was wondering for the following if there is an easy bit I can add to it to fade in my swf file it works great so far for me I would just like an effect instaed of appearing so quickly when loaded!
thanks for any help!
_root.createEmptyMovieClip("Container", 0)
Container._x = 300
Container._y = 50
Container.loadMovie("RHI.swf")
this.onEnterFrame = function() {
loaded = Container.getBytesLoaded()
total = Container.getBytesTotal()
Percent.text = Math.ceil((loaded / total)*100) add "% loaded"
loadVariables("rhi.txt", "_root");
}