Hi! I'm having trouble using the dispatchEvent() method to communicate between two custom classes. The problem is the Main class listens for an event that another class dispatches, but somehow it doesn't 'catch' it... Here is my main class: Code: package { import app.Thumb; import flash.display.Sprite; import flash.events.Event; public class TestLoadThumbs extends Sprite { ...


