Category Archives: Flash

Anything related to Flash or ActionScript

MouseWheelTrap now at GoogleCode

I’ve put the latest version of my Flash/browser scrolling fixer over on GoogleCode and will be updating it there, as necessary.

Posted in AS3 | Tagged , , , , , | 1 Comment

A History of the World

A History of the World

I just returned from a trip round SE Asia to see my last project launch. Called ‘A History of the World in 100 Objects‘, it’s a joint venture between BBC Radio 4 and the British Museum to chart human history … Continue reading

Posted in 3D, Flash, Videos | Tagged , | 2 Comments

Mind control

Here’s one of my old games being controlled with brainwaves in a homebrew EEG device cobbled together by Italian Hacker Mastro Gippo:

Posted in Flash, Games, Videos, apps | Tagged , , | Leave a comment

MouseWheelTrap – how to stop simultaneous Flash / browser scrolling in AS3

I recently stumbled over a new AS3 gotcha that seems to be bugging a lot of the Flash community. Apparently a new 'feature' of AS3, whereby using the mousewheel inside an embedded Flash movie still scrolls the surrounding browser window … Continue reading

Posted in AS3, Flash | Tagged , , , , , | 8 Comments

CoolIris type thing in 30 lines

PLAIN TEXT Actionscript: package { // Piclens type thing in 30 lines (FP10+) Liam O'Donnell - spikything.com     import flash.display.Sprite;     import flash.events.Event;     public class Main extends Sprite {         private var container … Continue reading

Posted in 3D, AS3, Flash | Tagged , , , , | 3 Comments