This is the class of the contact form. Any changes you need to its functionality can be done here.
new Contact()
public function Contact()
static public function main(target:MovieClip)
Use this method to register a movieclip as this class
target
public function init()
Method used to initialize all the variables, functionality, etc.
public function enter()
Call this function to make the form appear. The "in" animation is made on the timeline in the registered movieclip
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