4 Forum Posts by "SpaceCommandZero"
At 2/11/14 01:52 PM, Etherblood wrote: function progress(e:Event):void
should be:
function progress(e:ProgressEvent):void
But how about the play button?
Hi people.
I've been a busy for a few days trying to make a preloader.
it does seem to load correctly. The problem is that the play
button of the preloader is not working. When I try to add an actionscript
code to the the it, the whole movieclip doesn't do anything but
playing in a loop. Also, the flash does not stop a the frame of the
preloader when it's loaded. It just automatically plays on unless
I put a stop command out side of the movieclip into the frame.
The actionscript code I used is on the "actions" (with aside from it
nothing in the frame) is:
stop();
var total:Number = this.loaderInfo.bytesTotal;
var loaded:Number = this.loaderInfo.bytesLoaded;
var percentage:Number = loaded/total
percentage = Math.floor(percentage = 99);
if(loaded == total) {
gotoAndPlay(2)
}
I also used one of this in on the frame of the symbol that says it's
loader in order for it to go along with the rest of the movieclip.
Can anyone tell me how to go on with this?
Hi people.
I've been a busy for a few days trying to make a preloader.
it does seem to load correctly. The problem is that the play
button of the preloader is not working. When I try to add an actionscript
code to the the it, the whole movieclip doesn't do anything but
playing in a loop. Also, the flash does not stop a the frame of the
preloader when it's loaded. It just automatically plays on unless
I put a stop command out side of the movieclip into the frame.
The actionscript code I used is on the "actions" (with aside from it
nothing in the frame) is:
stop();
var total:Number = this.loaderInfo.bytesTotal;
var loaded:Number = this.loaderInfo.bytesLoaded;
var percentage:Number = loaded/total
percentage = Math.floor(percentage = 99);
if(loaded == total) {
gotoAndPlay(2)
}
I also used one of this in on the frame of the symbol that says it's
loader in order for it to go along with the rest of the movieclip.
Can anyone tell me how to go on with this?
Can someone please answer me why no one is looking at my flashes after it has been under judgement?
I know one of them is really crappy but the other one took me a lot of work. Why did'nt it make to the front page?
Why did barely anyone see it, and why don't I have any fans?
SpaceCommandZero

