Question
Functions in a class
Ok, I have found defining classes in .as files can be very
useful for me. I have a few functions that are being called over
and over again in different movies. There is what I want / need to
do in order to stream line the creating and updating of the flash
site. I want to see if I can put those same functions into a class
(.as file) so I can access them from anywhere in the flash movie.
The problem is when I just try to copy and paste the functions to
the .as file (func.as) and then call the function by,
func.FunctionName I get errors. The movie is calling the functions
when buttons are pressed. Any ideas? I will attach some functions I
am using that I would like to move to the func.as file.