Class template.Contact

Description

This is the class of the contact form. Any changes you need to its functionality can be done here.

Field Index

Inherited from DisplayObject

Method Index

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

Inherited from DisplayObject

Constructor Detail

Contact

public function Contact()

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 form appear. The "in" animation is made on the timeline in the registered movieclip

exit

public function exit()

Call this function for the exit transition of the contact form. The "out" animation is made on the timeline in the registered movieclip