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

  • Home
  • SEARCH
  • 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 683225
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T01:41:02+00:00 2026-05-14T01:41:02+00:00

Is a watch list hidden away somewhere in the AS3 debugger in Flash CS4?

  • 0

Is a watch list hidden away somewhere in the AS3 debugger in Flash CS4?

Sorry for asking a simple question like this here – I did spend a while looking around the net first. It’s much easier to find the watch list in the AS2 debugger.

Thanks,
Dan

  • 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-14T01:41:02+00:00Added an answer on May 14, 2026 at 1:41 am

    Whis AS3, there is no more watch list. Adobe Livedoc suggests to use the Proxy pattern with setter and getter.

    Here is a class that does the same as the watch object and is easier to use than the proxy:

    package
    {
       import flash.events.Event;
       import flash.events.EventDispatcher;
       public class Model extends EventDispatcher
       {
           public static const VALUE_CHANGED:String = 'value_changed';
           private var _number:Number = Number;
           public function Model():void
           {
               trace('The model was instantiated.');
           }
           public function set number(newNb:Number):void
           {
              _number=newNb;
              this.dispatchEvent(new Event(Model.VALUE_CHANGED));
           }
           public function get number():Number
          {
              return _number;
    
          }
       }
    }
    

    The _number variable and variable type can be replaced by whatever type is needed.

    The usage:

    var objectToWatch:Model = new Model();
    objectToWatch.addEventListener(Model.VALUE_CHANGED, onValuedChanged);
    
    function onValuedChanged(e:Event) {
       //do what you need here
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm making a web site that users can build their TV watch list. They
I have a list of videos that a user can select from to watch.
I created an adapter public class MyArrayAdapter extends ArrayAdapter<Watch> overriding public MyArrayAdapter(Context context, List<Watch>
The generic list class has a .ForEach(Action<T> action) method. Now i've done some simple
There is a list standard python exceptions that we should watch out, but I
When I add the textBox.TextChanged to watch list I get a message saying The
I'd like to use libudev to watch for certain devices. Specifically, I want to
I am building something like a delay-line: one process RPUSHes objects into a list,
I'm looking for advice on how best to construct a watch-list for the app
I have a list in witch I have only money amounts (numbers), then 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.