[13.6] And what else?

A MIAW will receive the following events in response to user interactions. Place handlers for these in movie scripts if you want to act on them :
on activateWindow
  ...
end
is called whenever the movie is brought to the front or clicked on.
on deactivateWindow
  ...
end
is called whenever the movie is sent behind another window, or another window is brought to the front or clicked on.
on closeWindow
  ...
end closeWindow
is called when the window is closed, as mentioned above.