Access keys

MyLocalController

Kind of class: class
Inherits from: LocalController
Known subclasses:
Classpath: controllers.MyLocalController
File last modified: Monday, 06 November 2006, 08:09:11
Provides shared functionality for all loaded movies (home and gallery).

1) the fading in of the movies in show.
2) the fading out of the movies in hide.

Summary

Constructor
Class methods
Instance methods

Constructor

MyLocalController

function MyLocalController (
inTimeline:MovieClip)

Class methods

main

static function main (
inTimeline:MovieClip) : Void

Instance methods

hide

function hide (
) : Void
Overriding LocalController's hide to let the movies fade out.

show

function show (
) : Void
Overriding LocalController's show to let the movies fade in.