Both machines have demonstrated creative uses of intelligent strategy and brute force in various movies and TV shows.
All specs and info from movies and literature is fair game...so who do you'd think would win and why.
|
Oct
13
2008
Resizing width and height proportionatelyPosted by: Keith H in ActionScript 3, tags: Contrain Proportions, Porportional, ResizeIf you use Photoshop you probably appreciate the "Constrain Proportions" checkbox found in some of the application's dialogs and menus. I like to have this same ability when I'm writing ActionScript to resize objects proportionately too. *Note: I set the inputs to limit the width and height to 500. Here are two functions for performing proportional resizing by both width and height...
Aug
08
2008
Line to Polygon intersection dataPosted by: Keith H in ActionScript 3, tags: Intersection, Line, Point, PolygonThis Actionscript 3 function returns some properties that are about a line-to-polygon intersection.
Aug
05
2008
Line to Circle Intersection dataPosted by: Keith H in ActionScript 3, Flash 9, tags: Circle, Intersection, LineHere is an ActionScript 3 function that will return intersection information between a segment and circle. Read the rest of this entry »
Aug
04
2008
Find Intersection Point of two lines in AS3Posted by: Keith H in ActionScript 3, Flash 9, tags: IntersectionThe intersection Point of two lines is useful to know. This is a function to find it in AS3. Read the rest of this entry »
Aug
03
2008
USB Flash out of the Washer and into the DryerPosted by: Keith H in general, tags: Accidents, Flash Drives, USBOne year ago I accidently left this particular USB Flash Drive in my pants pocket and washed it in my washing machine for an 18 minute hot/cold water cycle...and it still works like new.
Today I accidentally left this same model in my pants and washed it on that same cycle...plus dried it it for 40 minutes on HOT in a dryer machine...and it still works like new. That's so awesome!
Jul
25
2008
Nice Knobs …for FlexPosted by: Keith H in ActionScript 3, Components, Flex, tags: Components, dial, Flex, gauge, knob, rotaryHere is a Flex UI component I've been writing. Click the image to play with what I have made so far. Knobs and dials just look cool...I don't know anything about audio editing but I like the site of a sound studio. This is the "Reason" I decided to make a knob component. Here is a scrolling background and keyboard control test for some AS3 classes I been working on. I used the image of superman from some sprite graphics I found on the web. The images for his flight positions are loaded dynamically. This is for allowing me to load other images for different characters without changing too much script. When creating a new symbol for MovieClips and other instances you must give them a name a second time again in the Properties panel. For me this can be annoying sometimes. (I name my instances the name I plan to later identify them with actionscript.) Here is a modification of the "findObjects" I posted earlier. This is handy if you are the type of person that names your symbol items with names you intend to use as their instance name as well. Maybe you will find this useful or know improvements, either way let me know your thoughts. Here's a JSFL function for returning an Array of all elements with a given instance name in whole Flash Document. Note: Unfortunately, this method will not find elements that are grouped. Example: fl.outputPanel.clear(); var items=findObjects("mybox"); var n=0; while(n < items.length){ items[n].rotation=45; n++; } alert("Found "+items.length+" items."); |
Thanks for visiting www.keith-hair.net





Entries (RSS)