Home > Flash > Flash As2 Job

Flash As2 Job

August 29th, 2009

I need a simple flash AS2 job done. In my flash, I have movie clips that can be dragged and dropped on to a target area. This target area is re-sizable upon user input. So if a user enters 800 length x 500 height, the target area takes that size and if they enter 2000 length x 2000 height, it takes 2000 x 2000 size.

Now, the change in size is just the zoom level. So as an example, the script looks like this for zoom

var _loc3 = canvasWidth – floorWidth;
var _loc4 = canvasHeight – floorHeight;
if (_loc3 < _loc4)
{
zoom = canvasWidth / floorWidth;
}
else
{
zoom = canvasHeight / floorHeight;

So i have no problems with the target area being resized but what I need done is the movie clips that are dragged and dropped on to this target area need to be resized according to the zoom level of the target area.

I need this completed today my clients wants it early morning. So serious bidders only please.

No escrow. Full payment release through escrow only after my client takes a look at it and says the zoom level is logical and proportionate to the target area zoom.


Flash As2 Job

Comments are closed.
Bear