User Guide

16 Unsupported and Partially Supported Classes
Event summary
The following table lists the events that are either partially or not supported by the Mouse
class when using ActionScript for Flash Lite 2.0.
MovieClip class
The MovieClip class lets you use listener callback functions that provide status information
while SWF or JPEG files load (download) into movie clips. To use MovieClip features, use
MovieClipLoader.loadClip() instead of loadMovie() or MovieClip.loadMovie() to
load SWF files.
For more information about the MovieClip class, see the following:
Developing Flash Lite 2.x Applications
Chapter 11, “Working with Movie Clips” in Learning ActionScript 2.0 in Flash
Chapter 2, “ActionScript Classes,” in Flash Lite 2.x ActionScript Language Reference
Event Description Support
onMouseDown
Notified when the mouse is pressed.
Limitations: Supported if
System.capabilities.hasMouse or
System.capabilities.hasStylus are set to true.
Partially
supported
onMouseMove
Notified when the mouse moves.
Limitations: Supported if
System.capabilities.hasMouse is set to true.
Partially
supported
onMouseUp
Notified when the mouse is released.
Limitations: Supported if
System.capabilities.hasMouse or
System.capabilities.hasStylus are set to true.
Partially
supported
onMouseWheel
Notified when the user rolls the mouse wheel. Not supported