Class template.PhotogQuotes

Description

This class forms the "HOME" section of the template. Basically it implements a 'text' slideshow of quotes placed in an XML file.

The following events are dispatched by this class:

DisplayObjectInit - dispatched when the class's init function is done executing.

DisplayObjectEnter - dispatched when the class's enter function is done executing.

DisplayObjectExit - dispatched afer the exit function of the class is done executing.

Field Index

Inherited from DisplayObject

Method Index

new PhotogQuotes()
enter(), exit(), init(), main()

Inherited from DisplayObject

Constructor Detail

PhotogQuotes

public function PhotogQuotes()

Method Detail

main

static public function main(target:MovieClip)

Use this method to register a movieclip as this class

Parameters

target- the movieclip to be registered

init

public function init()

Method used to initialize all the variables, functionality, etc.

enter

public function enter()

Call this function to make the quotes appear in the beggining.

exit

public function exit()

Call this function for the exit transition of the quotes.