tests: Clip event test now tests for children unloading

The test now verifies that a child movie clip runs its `unload`
clip event if its parent is removed.
This commit is contained in:
Mike Welsh 2020-06-11 16:50:23 -07:00
parent ce73b4eaa7
commit 29dc88ec01
3 changed files with 4 additions and 0 deletions

View File

@ -2,9 +2,13 @@ frame 1
frame 2 frame 2
clip load clip load
clip frame 1 clip frame 1
child load
child frame 1
child enterframe
clip enterFrame clip enterFrame
clip onEnterFrame clip onEnterFrame
frame 3 frame 3
child unload
clip unload clip unload
clip onUnload clip onUnload
frame 4 frame 4