Category: Actionscript 3

  • AS3 onReleaseOutside equivalent…

    This is quite a common question for those looking to migrate from Actionscript 2. As with most things in AS3 it initially seems odd, but after working with it you quickly see the thought process behind it. Like AS2 you attach your standard Button style events to your object, MOUSE_DOWN, MOUSE_UP, MOUSE_OVER, MOUSE_OUT. But you…

  • Using Google Spreadsheet forms with Flash

    Overview Google Spreadsheet forms are an ideal way to collect information from users, like messages, comments or feedback. You don’t need to do any work on your part to store it, no databases, files or anything like that. It relies only on the fact that you have a google account, and can put together a…