Event Summary; Movieclip Class - MACROMEDIA FLASH 8-INTRODUCTION TO FLASH LITE 2.X ACTIONSCRIPT Introduction Manual

Introduction to flash lite 2.x actionscript
Table of Contents

Advertisement

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.
Event
onMouseDown
onMouseMove
onMouseUp
onMouseWheel

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()
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
16
Unsupported and Partially Supported Classes
Description
Notified when the mouse is pressed.
Limitations: Supported if
System.capabilities.hasMouse
System.capabilities.hasStylus
Notified when the mouse moves.
Limitations: Supported if
System.capabilities.hasMouse
Notified when the mouse is released.
Limitations: Supported if
System.capabilities.hasMouse
System.capabilities.hasStylus
Notified when the user rolls the mouse wheel.
instead of
loadMovie()
Support
Partially
supported
or
are set to
.
true
Partially
supported
is set to
.
true
Partially
supported
or
are set to
.
true
Not supported
or
MovieClip.loadMovie()
to

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-INTRODUCTION TO FLASH LITE 2.X ACTIONSCRIPT and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash 8

Table of Contents