You must have heard of the localConnection thingy, I have nothing to this Sunday and tried my hand on it, I started off simple, you may view it here or just download the whole source file. Update Somebody on an online forum asked me if this is possible on a frameset
// How to move your MC around MovieClip.prototype.moveAround = function(){ Key.addListener(this); this.onKeyDown = function (){ this._x += Key.isDown (Key.RIGHT)*1 - Key.isDown (Key.LEFT)*1; this._y += Key.isDown (Key.DOWN)*1 - Key.isDown (Key.UP)*1; } }; // How to apply myMC.moveAround();
Thanks to Mike Chambers of Macromedia, for giving a link to me on his blog. Now, I really need to concentrate on my site and its usage to the new aspiring Flash designers/developers.