Return to Snippet

Revision: 58759
at August 1, 2012 21:25 by centurion09


Initial Code
mc.onEnterFrame = function()
{
	var currentDate:Date = new Date();
	mc._y = 100 + (Math.cos(currentDate.getTime() * 0.002) * 25);
}

Initial URL


Initial Description
simple as2 floating effect..

Initial Title
AS2 Floating Effect

Initial Tags


Initial Language
ActionScript