ActiveDen

Dragging Cursor - Flash

  • Has been a member for 4-5 years
  • Bought between 100 and 499 items
  • Japan
soremite says
Purchased

Wouldn’t open in Flash 8, I had to open in it CS3 and save it as 8.

4 years ago
  • Has been a member for 4-5 years
  • Bought between 50 and 99 items
angelshark says

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.

4 years ago
  • Has been a member for 4-5 years
  • Exclusive Author
  • Sold between 100 000 and 250 000 dollars
  • Elite Author
  • Bought between 1 and 9 items
  • United States
  • Referred between 50 and 99 users
abenson says
Author

Not sure I understand what’s required. Contact me on my profile page.

4 years ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
norige says
Purchased

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.

3 years ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
norige says
Purchased

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.

3 years ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
norige says
Purchased

One more question, sorry about that, new in AS.

how can I make it ease after drop the cursor?

3 years ago
  • Has been a member for 4-5 years
  • Bought between 10 and 49 items
majab says
Purchased

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.

3 years ago

by
by
by
by
by