Wouldn’t open in Flash 8, I had to open in it CS3 and save it as 8.
i need help. What i am looking for is something like this but . If you drag it over an specific object u get redirected to another page.Please help i am a retard when it comes to AS.
- Has been a member for 4-5 years
- Item was Featured
- Author was Featured
- Exclusive Author
- Sold between 100 000 and 250 000 dollars
- Bought between 1 and 9 items
- United States
- Referred between 50 and 99 users
Not sure I understand what’s required. Contact me on my profile page.
Hi Abenson,
nice file, very easy to use.
I’m dragging the hole stage on my website, so I would like to have limits to drag the movieclip, otherwise the stage ends and the file gets blank. Can you help me on that? It would be great!
Thanxs.
Forget about it, already made,
this is the code:
var xMax = 0; var xMin = -1000; var yMax = 0; var yMin = -180;
this.onEnterFrame = function() {
if (basemap_mc._x > xMax) { basemap_mc._x = xMax; } else if (basemap_mc._x < xMin) { basemap_mc._x = xMin; }
if (basemap_mc._y > yMax) { basemap_mc._y = yMax; } else if (basemap_mc._y < yMin) { basemap_mc._y = yMin; }
}
thanx anyway.
One more question, sorry about that, new in AS.
how can I make it ease after drop the cursor?
Hi ABenson,
I love your file. I am trying to use your script to drag polaroids on the stage, each polaroid separtely. Can you help me customize your script to drag more than one movie clip on the stage please?
Also, each polaroid contains button which directs you to the larger version of the polaroid image. That button becomes disabled when I use your script. Is there an easy way to correct this?
Thanks.

46 Purchases
7 Comments