User Guide
120 Chapter 6: Media Types
Method summary for the Animated GIF media type
Property summary for the Animated GIF media type
See also
Member
Bitmap
Represents a bitmap cast member.
You can use bitmap image objects to perform simple operations that affect the content of an
entire bitmap cast member, such as changing the background and foreground colors of the
member, or to perform fine manipulations of the pixels of an image, such as cropping, drawing,
and copying pixels.
You can add a bitmap cast member to a movie by using the Movie object’s
newMember() method.
-- Lingo syntax
_movie.newMember(#bitmap)
// JavaScript syntax
_movie.newMember("bitmap");
Some of the following methods or properties may apply only to sprites that are created from a
bitmap cast member.
Method summary for the Bitmap media type
Method
resume()
rewind() (Animated GIF, Flash)
Property
directToStage
frameRate
linked
path (Movie)
playBackMode
Method
crop() (Image)
pictureP()