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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T22:59:04+00:00 2026-05-24T22:59:04+00:00

I am currently reading the Actionscript 3 Bible and the author shows an example

  • 0

I am currently reading the Actionscript 3 Bible and the author shows an example in which a custom eventDispatcher class is created. When the class is later used in the code it’s called as such:

//Thermometer is a custom eventDispatcher that extends the eventDispatcher class.
var thermometer:Thermometer = Thermometer(event.target); //why no new keyword?

I’m a new programmer and I was curious if someone could explain how this works? Why is the new keyword omitted? When you omit the new keyword on a class that extends another class is it essentially just calling the superclass(eventDispatcher) constructor?

  • 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-24T22:59:04+00:00Added an answer on May 24, 2026 at 10:59 pm

    This is not creating a new instance, but is casting.

    What that means is that the target property of the event object is cast as Object by the Event class, and so to tell the compiler that the target is actually an instance of the Thermometer class, it is cast in this style. You could also write it like this:

    var thermometer:Thermometer = event.target as Thermometer;
    

    The two essentially mean the same thing, but when using an editor that supports code suggestion/completion for custom objects, the Class(something) notation is preferred because it will enable the editor to provide suggestions based on your cast.

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

Sidebar

Related Questions

Currently reading quite a heavy WCF book. I have used it myself in production
I'm currently reading a great book called 'Programming Collective Intelligence' by Toby Segaran (which
I'm currently reading the book Pro Asp.Net MVC Framework. In the book, the author
I am currently reading an existing code in MS Visual C++ 6.0. I notice
Hey I am currently reading in a XML file which contains bullet list in
I am currently reading Code Complete where McConnell strongly encourages making all variables private.
I am currently reading Charles Petzold's book 'Code'. In it he explains how to
I'm currently reading the official Java tutorial and I'd like to compare an example
Im currently reading Code Complete by Steve McConnell, specifically page 295 on floating-point numbers.
The book I'm currently reading has me write the following code : -(IBAction)displaySomeText:(id)sender {

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.