hey there, just a quick anim :) [M3D]

Started by: .:m3d:. | Replies: 6 | Views: 504

.:m3d:.
2

Posts: 134
Joined: Jul 2007
Rep: 10

View Profile
Sep 1, 2008 11:31 PM #242148
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
Sunder Forge
2

Posts: 2,969
Joined: Jul 2006
Rep: 10

View Profile
Sep 1, 2008 11:33 PM #242149
Twas awful.






































Nah it cool yo.
(where the hell does everyone get that preloader?
.:m3d:.
2

Posts: 134
Joined: Jul 2007
Rep: 10

View Profile
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);
Sunder Forge
2

Posts: 2,969
Joined: Jul 2006
Rep: 10

View Profile
Sep 1, 2008 11:42 PM #242159
Woah, thanks.
I've been trying to get it forever.
Motencu
2

Posts: 519
Joined: Mar 2008
Rep: 10

View Profile
Sep 2, 2008 12:01 AM #242171
Nice! I liked it when the guy turn water, i got to learn that.
Omega
2

Posts: 1,852
Joined: Sep 2007
Rep: 10

View Profile
Sep 2, 2008 12:16 AM #242186
The effects were a really nice touch, although there could be more easing.

Good job.
zawmbee
2

Posts: 6,197
Joined: Jun 2007

View Profile
Sep 2, 2008 9:22 AM #242527
your back? :0
That was awesome, loved the effect. now finish.