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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
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:
The
_numbervariable and variable type can be replaced by whatever type is needed.The usage: