The file Main.as under examples is needed to start off the application. http://svn.sambaker.net/neattools/
Continue readingCategory: AS3
Open Source Flash
Last year Adobe released a free and open source Flex 3 SDK. Flex is essentially, flash without the Flash Application. Using Flex alone, you can build fully functional Flash AS3 or AIR applications. Instead of using Adobe Flash (the application) to build my NeatTools application which kinda sucks for writing code (not to mention the […]
Continue readingSwitches are Go
That took much less time that I thought. Switches are working, at least basically. The modules on the right are LEDs. The top left module is a button. The bottom left module is a switch. This movie requires Flash Player 9
Continue readingVictory is Mine. Sort of.
The reason I had to disable the dragging in the last one, was to get the children of a module (the ones it’s plugged into), I put a function call in the drawConnection function that collects the modules you’re passing it to connect. So, for instance, when you create a connection between box1 and box2, […]
Continue readingLED and Button
I’ve begun diversifying the Module class with two subclasses, LED and Button. LED will light up and button will cause its connected classes to toggle when pressed. The green module is the button and the top red one is the LED. Press the button to light the LED. The bottom two modules are just vanilla […]
Continue reading