Well yes, this might be a little unexpected but I'm also an experimental actionscripter
So here's a little mouse toy for you.
* Click for positive mass
-
Note : If anyone is interested in changing system parameters like the field generator mass or environmental friction, make a request and I'll add some controls
also if you're not doing the glitch then if you click and hold (positive mass) then right-click and click outside of the flash toy area... VOILA! you've got a self-working repulsor/attractor!
It isn't really a glitch, it's more like a misinterpretation. Whenever you press (click) the left mouse button, a handler is sent by the system to the flash movie. It's called a 'ress handler'. Also, whenever you release the left mouse button previously clicked, a release handler is sent. When being sent one of these handlers, the movie changes its state, becoming the repulsor or the attractor. However, if you right-click while holding down the left mouse button, the flash movie becomes out of focus (because of the context menu) and the release handler is no longer sent to it. So it will not change its state.
.. teach me ..
what i mean is when i don't click it it does the positive mass but when i click then it stops doing it until i release the click...
I need ideas for my next toy