Forum Moderators: open
the scene is like this:
5 images and 5 transitions with fade in effect.
whenever a transition occurs , I added a key frame in a new layer and added action specific to the corresponding frame.
Earlier I tried to use events in a common action layer, but only later i found out the flash doesnt support propagating events.
But it does support propagating events - look at the preloadImage function in this earlier thread [webmasterworld.com]. Note how that function creates a listener object, assigns various attributes to the listener, then attaches the listener object to the movie clip, which is dynamically created.