NEED SIMPLE IO .FLA EXAMPLE PLEASE!
Up to Flash
Hi everyone (yes you too, Liam!),
I would really, REALLY appreciate a simple .fla in actionscript 2 and/or 3 showing how to make an analog or digital in value trigger an output command back to the controller.
I think this is probably what a large portion of users would like to do with the controller.
I really need to figure this out ASAP, and I'm sure LOTS of users will appreciate this a lot!
Thanks sooooo much!
Analog/Digital Input triggers an output command back to the controller...hmm...
For the sake of example, let's assume we have a switch connected to the controller. When the switch is pressed (this is a simple pushbutton), this signal is caught by the microcontroller and sends the data to Flash. So then Flash catches this signal and says, "Oh, wow! The controller is telling me that SW1 was pressed. That's nice! Let me now return a signal to the controller, saying that a motor must now spin...ya--that sounds dandy!"
So the controller receives a message from Flash and responds by spinning a motor.
Is this what you had in mind? -this sort of functionality?

