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 3344034
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T01:01:23+00:00 2026-05-18T01:01:23+00:00

I am working on an older Flash project created in CS3 ActionScript 2.0 How

  • 0

I am working on an older Flash project created in CS3 ActionScript 2.0 How can I make the pointer cursor change to the hand when hover over a list item?

_root.slidePanel.myList

‘myList’ is the list. I have traced out the contents of the List MC and it has a child MC called ‘content_mc’. I assumed this was the object containing all of my list items but the only members of this MC I can see (when tracing them out) are ‘setRGB’ and ‘searchKey’.

Can someone offer some help?

  • 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-18T01:01:24+00:00Added an answer on May 18, 2026 at 1:01 am

    Not sure about AS2, but this should work in AS3. If you don’t want AS3 answers, you may want to untag ‘actionscript-3’

    To get a custom cursor you’ll need to attach MouseEvent.MOUSE_ENTER and MouseEvent.MOUSE_LEAVE to whatever it is you want to have the custom cursor.

    function mouseEntered(e:MouseEvent):void
    {
     Mouse.hide();
     stage.addEventListener(MouseEvent.MOUSE_MOVE, moveCursor);
     //create mouse cursor and add to stage
    }
    
    function mouseLeft(e:MouseEvent):void
    {
     Mouse.show();
     stage.removeEventListener(MouseEvent.MOUSE_MOVE, moveCursor);
     //remove mouse cursor from stage
    }
    
    function moveCursor(e:MouseEvent):void
    {
     // move the mouse cursor to wherever the mouse is.
    }
    

    This is one way of handling a custom cursor. You’ll need to design a cursor that can be moved around the stage as the mouse is moved.

    EDIT to add:
    In AS3, Sprites have a property: useHandCursor that can be set to true to show the pointer when hovered over.

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

Sidebar

Related Questions

I'm working on a project converting older .aspx pages to newer MVC pages. I'm
I'm working on a project where the url sometimes can have empty spaces in
I'm working on a Flash based networked game. I have to choose between ActionScript
I'm working with actionscript in Flash Professional CS5, and I find it very slow
I'm working with an older version of Rails and ActiveRecord that does not have
I have code which as been working against an older Active Directory server and
Working on parsing a bunch of databases put together in an older, more freewheeling
I'm working on a webapp in jquery that, on older machines or machines without
I have a problem in my coding which was working fine with an older
Ive been working on building a website with a flash slideshow component, and I

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.