Nope, still renders it in the middle of the .swf online. Locally, it’s normal. Wonder what’s going on…
Posted 7 months ago
A cool actionscript controlled transition effect powered by fuseKit.
<img>
<title>Tools of the trade</title>
<file>images/img1.jpg</file>
<launch>http://www.flashden.net</launch>
<moveType>u</moveType>
</img>
moveType: direction images pieces move to.
You may use u(up), d(down), l(left), r(right) or c(center).
you can get it for free here
Nope, still renders it in the middle of the .swf online. Locally, it’s normal. Wonder what’s going on…
Posted 7 months ago
i have it randomizing order. I don’t really know what i’m doing – but this works for me.
// Create a function to randomize ‘myArray’ function randomArray() { r = function () { return random(2)*2-1; }; imgArray.sort®; }
Posted 4 months ago