Archive for the 'actionscript' Category

New blog

Wednesday, March 17th, 2010

I’ve been working on a new project at work, and it’s making me crazy. I’m working with a team (of two) to create a Flash application using the Google Map API for a multitouch table. Not many people seem to be developing for this specific platform, and I can’t find much help online in the various Flash forums, so I created a new blog (http://flashtouch.wordpress.com) where I can document what I’m doing and the issues that I’m having, with the hope that maybe someone else is out there having similar issues, or better yet, someone who has already solved my issues.

If you’re interested in Flash AS3, Google maps, and multi-touch gesture events, drop on by! I could use all the help I can get!

This has absolutely nothing to do with knitting

Tuesday, April 14th, 2009

Flash has been my life lately, specifically learning Actionscript 3.0 from a class at Otis. Tomorrow is the last one, and I must say, I wasn’t sure at first that it was a good idea, but now, nine classes later, I’m glad I did it. I’ve learned a lot, not least of which is that a) I’m not stupid, and b) there is usually no magic recipe for my task and I just have to do it on my own.

Two important things I’ve learned that either took much googling, or wasn’t on google at all:

1) .text and .htmlText are two different things. The second one will insure that your text field renders in html. (Learned this from a colleague, as google gave me no joy.)

2) MouseEvent.ROLL_OUT and MouseEvent.MOUSE_OUT are also two different things, and this is very important: The former works on the parent movieclip, while the latter is more likely to work on whatever child object is contained within the movieclip (so!frustrating!).

I have put them here so I will always remember them, and hopefully to make them easier for others to find, should they need them.

Now it’s time to conquer the checkboxes nested in a drop-down menu. Yay?