OS9 2004-03-02 - By Chad Gray
Back I am wondering if anyone knows why this flash file displays different in OS9 Netscape v.s. PC? Is it the flash player?
On PC the image is continuous and loops. On OS9 the image is not continuous.
http://www.komjati.com/portfolio.cfm
Here is my AS for the image
onClipEvent (load) { // declare and set initial variables and properties mode = true; speed = 3; // // function used when mode is false
} onClipEvent (enterFrame) { if (right) { _x += speed; } if (left) { _x -= speed; } // trace(_x); // // loop to opposite side of the masked area when the image travels off-screen
if (_x<-2469) { _x = 0; } if (_x>0) { _x = -2469; }
}
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ Supported by Fig Leaf Software -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ Lower Prices for Certified Training! Check out new lower prices for Certified Macromedia Training from Fig Leaf Software. Expand your skill set with courses in ColdFusion, Flash, Rich Internet Applications and .NET in the new year. Fig Leaf Software provides the highest caliber instruction at our training centers in Washington D.C., Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location.
Get the details at http://training.figleaf.com/ -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- To unsubscribe, e-mail: flashnewbie-unsubscribe@(protected) For additional commands, e-mail: flashnewbie-help@(protected)
|
|