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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T04:08:13+00:00 2026-06-13T04:08:13+00:00

I am getting my head around Flash, and to put it simply, I can’t

  • 0

I am getting my head around Flash, and to put it simply, I can’t figure out where to put the code.

I am used to Visual IDE’s where I can drag objects from a toolbox onto a workspace/canvas, and then view a list of this objects event handlers and put code under a particular event handler.

Flash doesn’t seem to work like this. There is no Button object in the toolbox, which instead means you need to use the rectangle tool to draw a rectangle, and then use Convert to Symbol convert this to a button. Now I have a button, and I want to change the text of a label to “Hello World”.

I drag what I am assuming is a label (the big T) onto my canvas and enumerate through the properties to try and find a name/ID for the label, I can’t find this.

So two questions:

  • In Flash CS6, how do I access the click event of a button?
  • In Flash CS6, how do I identify a label (or any other object) in order to access the objects properties?

Thanks

  • 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-06-13T04:08:14+00:00Added an answer on June 13, 2026 at 4:08 am
    • In Flash CS6, how do I access the click event of a button?

    Like any of your code, this can be done in the Actions pane or in a text editor. Something like:

    yourButton.addEventListener(MouseEvent.CLICK, clicked);
    
    function clicked(e:MouseEvent):void {
    //code
    }
    
    • In Flash CS6, how do I identify a label (or any other object) in order to access the objects properties?

    The object needs to be saved as symbol and then you can give an instance of that symbol a name. Then just modify it by referencing its name. The reason why you can’t find the “properties” for a textbox is because it isn’t a symbol. Select the textfield then hit F8 (or go to Modify -> Convert to Symbol) and then you will be able to treat it like a symbol.

    I think it would help you a lot to Google around for a tutorial or two until you get the hang of the basics since it is a bit different than say, Visual Studio. Here is one specifically about textfields.

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

Sidebar

Related Questions

Just getting my head around Linq and having lots of fun! Can any one
I am having some trouble getting my head around how I can init a
I'm having real problems getting my head around classes, and am hoping someone can
I'm having a really hard time getting my head around using REST-style URLS. Can
When designing a new system or getting your head around someone else's code, what
Getting my head around Android, I've sort of trouble understanding support for multiple devices.
Just getting my head around WCF, so forgive me for the inelegant coding. The
Having some issues getting my head around the differences between UTF-8, UTF-16, ASCII and
I am getting my head around PHPUnit, and trying to build a test case
I'm struggling getting my head around the Django's ORM. What I want to do

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.