Unofficial Adobe Apollo Questionnaire
[poll id=”3″]
Similar to my previous Candy Cosmos post, this ActionScript Flash experiment/art/eye-gouge isn’t interactive but it’s pretty fun to watch.
Update: You can see a gallery of images created with Flash ActionScript code similar to that used in the above example. Be sure to check out the Tantalizing Tendril Image Gallery.
As a continuation of a previous post “How to Limit a Number Between Two Values” I thought I’d make my “limiting” code a little more versatile.
The previous post used the following code to ‘limit’ or ‘constrain’ a number between a low and high value:
But what if you don’t want to, or can’t, control the order of the “lo” and “hi” arguments? …
Read More