i got lazy at the effect at the end
i wasn't intending on finishing this anyway so this is what i got.
very short btw
http://fwup.net/view/xpwxp9h70w
hey there, just a quick anim :) [M3D]
Started by: .:m3d:. | Replies: 6 | Views: 504
Sep 1, 2008 11:31 PM #242148
Sep 1, 2008 11:33 PM #242149
Twas awful.
Nah it cool yo.
(where the hell does everyone get that preloader?
Nah it cool yo.
(where the hell does everyone get that preloader?
Sep 1, 2008 11:37 PM #242154
HERE PUT THIS IN ITS SEPERATE KEYFRAME
function preload()
{
ploader.T.text = Math.round(_root.getBytesLoaded() / _root.getBytesTotal() * 100) + "% loaded";
if (ploader.T.text == "100% loaded")
{
ploader.T.text = "Play";
clearInterval(Int);
Loaded = true;
} // end if
} // End of the function
function onMouseDown()
{
if (Loaded)
{
_root.play();
unloadMovie(ploader);
delete preload;
delete Loaded;
delete Int;
delete onMouseDown;
} // end if
} // End of the function
stop ();
createEmptyMovieClip("ploader", -1);
ploader._x = 0;
ploader._y = 0;
ploader.createTextField("T", 1, 2, 2, Stage.width, Stage.height);
ploader.T.selectable = false;
ploader.T.setTextFormat(fmt);
ploader.blendMode = "invert";
var Loaded = false;
var Int = setInterval(preload, 100);
Sep 1, 2008 11:42 PM #242159
Woah, thanks.
I've been trying to get it forever.
I've been trying to get it forever.
Sep 2, 2008 12:01 AM #242171
Nice! I liked it when the guy turn water, i got to learn that.
Sep 2, 2008 12:16 AM #242186
The effects were a really nice touch, although there could be more easing.
Good job.
Good job.
Sep 2, 2008 9:22 AM #242527
your back? :0
That was awesome, loved the effect. now finish.
That was awesome, loved the effect. now finish.