Quote:
Originally Posted by Awoken
What exactly do you mean by forms?
Yes there are many ways to store inputted text and check them but can you explain your wants in a little more detail?
|
Sure, I'd be happy to be more specific.
My knowledge of Flash and AS3 is intermediate. I say this because, while I understand the basic tenants of Flash and AS3 and can pull off some nifty bits of code and interaction, I still have to go looking for tutorials whenever I'm learning a new skill. The project I'm working on is a big one, and I'm finding it difficult to string all of what I need to do with a particular form together.
I'm working on a project that's a mockup of a live system. My company will use this mockup for training purposes. This requires me to store information from input text fields, drop down lists and checkboxes, and to display that information at several other frame labels further on in the timeline. I don't need this information to be stored or processed on a server; it only needs to exist within the confines of the Flash document (so I'm not concerned with any connection to a server or interaction with any languages like PHP).
What I'm really looking for is a good tutorial on how to store and carry variables between frames (from input text, drop down lists, checkboxes, etc.), displaying variables entered in previous frames, and checking variables for null values (ie if an input variable is undefined brining up different error messages depending on which variable is left unchecked).
I know that getting into all of this is way beyond the scope of a post here (I don't expect the other users here to coddle me or be my personal unpaid teacher) so I was hoping that someone might know some good, general forms tutorials out there that I could look over.