Ok, this is a really general call for help. I need some pointers on where I might be able to get started on this concept. I am a ridiculous noob for which I apologize.
This is what i'm aiming for: an analog touch sensor is pressed so that it goes over a threshold value. this counts as a "press". this then goes via the arduino into flash, where a leaf appears on a virtual tree animation. When the sensor is pressed again, another leaf appears.
I really know nothing about coding, but i can draw a pretty vector image (not entirely useful right now...)
My current guess is that i need to follow this tutorial : http://cote.cc/blog/interfacing-flash-and-arduino-from-scratch-part-1 , then somehow use flash code to take the input from the arduino and tell the graphic to appear.
Is this the right approach? Has anyone done anything similar?
Huge thanks,
Susan