Um... Afraid To Ask
I saw how that one guy asked if someone could make an intro for him. Well my question is quite similar, i was just too afraid to ask. The flash is no problem what i wanted to know was if anyone could design a background for my site. I don't want to waste anytime. But if anyone isn't busy or getting any on a saturday night and wants to keep themselves entertained, then could someone help me? The backgrounds here in flashkit leave a lit to be desired. I LOVE FLASHKIT! Don't get me wrong So if anyone thinks they can help me i'll more than thankful. Just like the other guy, i can't pay anything. I'm a poor college student studying to be a computer engineer. please help
I'm Almosrt Afraid To Ask
Hi there,
I must be retarded here, so I'm afraid to ask, but what is the proper actionscript that makes a movieclip that is inside the library to load into a container movie? Without a button, just that actionscript inside a frame...
I have looked all over but nothing...
and yes, I'm an actionscript *******!
ROB
Afraid To Ask: Preloader
Hey fellow shockers,
Things were going fine the last days but today everything went wrong for some reason.
i tried to get a preloader running which loads my main movie. the problem i have is: my main movie is fullscreen, so i have the whole contents in one MC which is located at frame 1 of the timeline. So i have to put my preloader graphic into that MC to have it displayed unscaled. How the heck do I get a preloader to work wich is actualy in the MC it's supposed to load?
this is the code i was dealing with, but i can't get it to work.
ActionScript Code:
stop();
this.onEnterFrame = function() {
var total:Number = _root.getBytesTotal();
var loaded:Number = _root.getBytesLoaded();
var percent:Number = Math.ceil((cargados/total)*100);
_root.content.preloader.gotoAndStop(percent);
if (loaded>=total) {
play();
delete this.onEnterFrame;
}
};
I'm out of ideas here
Problem With Scripting I'm Afraid
Hello everyone, I have been trying to create an accumlative balance sheet. ie, I have my input box which shows an existing number, then you type in a new number and it adds it up at which point you then press a button to the side to see whether or not its correct. Now no matter how I write it I just can't get it so I type in say 40 and the existing figure in the box is 30, to then display 70. Its probably very simple. If anyone can help me I would be very grateful.
thank you
Crusty