Tag archives for: Debugging

July 24, 2002

Debugging your Fireworks MX Flash Commands (Part II) The Art of Tracing

For quick down and dirty (yet still effective) debugging, you can use the timeless art of tracing variables staight out from the internal Flash player within Flash MX to the output window. This is often useful when you wish to check if a condition exists and report that value to the output window. You can also Pseudo Trace your movie if it is a Fireworks MX Flash Command within Fireworks MX as we shall see later. Read more [...]
July 23, 2002

Debugging your Fireworks MX Flash Commands (Part I) The Debug Movie Window

When developing Flash movies that rely on variables, functions and nested functions, there is nothing more annoying than previewing your movie, and things dont happen as you want them to, or even worse...strange things start to happen. It can be easier than you imagine to get stuck in an infinite loop that will crash Flash MX if you're in a rush, and your brain isn't engaged when working with looping commands. Read more [...]