pretty simple, i'm using that to detect if i press the button, it turn a led on and off... it work but with weird delay... betwen 2s and 10s... always random :s
when i'm using a movieClip as a button to trigger the led, it works without any delay... same thing with the potentiometer i put...
any ideas ?
i don't understand (yeah, sorry, english is not my first language). whatever, i can translate you sentence, but not giving it any meaning related to my question
it's action script 3 + funnel sdk.. and it compiles pretty well. everything is working, even this button, but the delay os really weird (and make ma project not usable at all)
do you think it's an hardware problem ? (i'm better in action script than in hardware stuff..., i'm really a newbie)
I don't put any code at all in the arduino. It's just a standartfirmata 2.2
The whole point of using the funnel sdk, is that i don't need to bother about arduino (i don't know the first thing about arduino development)
And i don't need to go to an actionscript forum, my code is working, it compiles, but i'm guessing i made some kind of mistake with the funnel sdk or the hardware...
By the way : import funnel.* in action script, basicaly create a bridge to every libraries of the funnel sdk, without that, i won't be able to start communicating with the arduino board... It's like trying to go inside an house without building a door first...
it seems to work when i'm using analog pin to plug my button instead of digital pin.
i still have a delay, but it doesn't really matter (it's definitely an hardware delay now, the output text in flash works perfectly when i push on or off)...
still, if someone have any clue about the delay, i'm curious why (and also, if i'm doing something wrong, i'd like to learn..), here's some pictures of the hardware :