Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6564059
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T13:55:11+00:00 2026-05-25T13:55:11+00:00

I have a Flash project that must display a large amount of irregularly shaped

  • 0

I have a Flash project that must display a large amount of irregularly shaped bitmaps (around 10000) and I want to know what bitmap the mouse is currently over. If the mouse is over a transparent part of the bitmap, it shouldn’t count as mouse over.

One way to do this is to calculate the hit area, then replace each bitmap with a Sprite containing the bitmap and another Sprite with the calculated hit area, then set the hitArea property. But this is highly inefficient and the result is completely unusable.

What’s the most efficient way to do this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T13:55:12+00:00Added an answer on May 25, 2026 at 1:55 pm

    Try this on the container:

    var hits:Array = getObjectsUnderPoint(new Point(mouseX, mouseY));
    if(hits.length > 0)
    {
        var bitmap:Bitmap = hits[0] as Bitmap;
        var color:uint = bitmap.bitmapData.getPixel32(bitmap.mouseX, bitmap.mouseY);
        if(color >>> 24 > 0)
        {
            trace('hit: '+bitmap);
        }
    }
    

    If the Bitmaps overlap, iterate over hits. You can also set a threshold for the transparency.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a content scroller in my Flash CS5/AS3 project that I want to
We have a project that has been built in Flash and as3. It is
I have a flash project that shall target different platforms. However - code is
I have a Flash project ( main.swf ) that opens another .swf inside it
I have created a small flash CS4 project that has a few custom components
I have a Flash project that I would like to export the coordinates of
I have an Flash AS3 project that loads external SWFs and controls them in
I have a Flash builder project that I am migrating from SDK 4.1.0 to
I have a project that was written using ACtionScript 3 in the Flash Builder
I have an AIR project that I was working on Flash Builder 4.5 which

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.