Order Soma Online
Order soma online, Growing up with an Apple IIe at a young age I had a healthy exposure to BASIC and I even took a class on PASCAL for a couple weeks while in college but in the absence of immediate visual feedback I was far less drawn to the world of Math and Computer Science. It wasn't until I was studying Communication Design (at Milwaukee Institute of Art & Design) that I realized the potential extending my visual language in more immersive ways with the inclusion of code, cheapest soma online. Billiga soma apotek, With the aid of a few lines of code the ability to create an endless experience where the interaction becomes as much of a communication device as the visual themselves.
This following video is a bit of a peek into some of the code that got me back on my way to using Math and Computer Science in my daily life, Om soma online. Köpa soma online,
For those interested in playing around, here is the code:
(Apologies for it not being formated in a nice Wordpress Code plugin)
var Ball:Sprite = new Sprite();
Ball.graphics.beginFill(0x333333, købe soma, Soma pills, 1);
Ball.graphics.drawCircle(0, 0, Montana MT Mont., Buy soma online, 30);
Ball.graphics.endFill();
addChild(Ball);
var div:Number = .2;
var ax:Number = 0;
var ay:Number = 0;
function loop ()
{
Ball.x -= ax = (ax + (Ball.x - mouseX) * div) * .9;
Ball.y -= ay = (ay + (Ball.y - mouseY) * div) * .9;
}
setInterval(loop, 1000/30);, Florida FL Fla.. Billige soma apotek. Michigan MI Mich.. Hawaii HI. West Virginia WV W.Va.. Buy soma overnight delivery. Comprar soma baratos. Order soma no prescription. Cheapest soma in the world. Buy soma. New Hampshire NH N.H.. Order soma without prescription. Kopen goedkope soma. Missouri MO Mo.. Buy soma. Indiana IN Ind.. Buy cheap soma.
Similar posts: Comprar soma de descuento. Generic soma. Discount soma. Soma for sale. Purchase soma online. Billige soma apotek. Acquistare online soma.
Trackbacks from: Order soma online. Order soma online. Order soma online. Order soma online. Order soma online. Kentucky KY Ky.. Cheap soma bars.
very similar to the sort of code that got me on my way also, though i always told myself i was never going to take coding seriously as i did not want to burn my design roots, but ended up giving in to it and became hooked,
keep up the good work mate
Comment by stewart hamilton-arrandale — July 31, 2009 @ 12:42 am
Hi Erik,
you missed a round brace in your code.
Thanks for sharing!
Comment by cris — July 31, 2009 @ 2:36 am
That is pretty awesome. I need to get back on flash, I sort of knew actionscript 1, but now they are on 3 and its seems so far off my league.
Comment by Jrameau — July 31, 2009 @ 4:21 am
This is great! Thanks for sharing. I can see how this evolved into some of your other work. Simple and beautiful.
Comment by hebchop — July 31, 2009 @ 4:45 am
Good catch Cris! Fixed now.
Comment by Erik Natzke — July 31, 2009 @ 5:28 am
wow !
Comment by Amer — August 25, 2009 @ 2:07 am
I think this example is great for understanding the handling of sprites.
I would like to know if it is AS 3?
Comment by Thierry — September 23, 2009 @ 12:31 pm
How come I am getting an error message from the code ??
1084: Syntax error: expecting rightparen before 333333.
Ball.graphics.beginFill(0×333333, 1);
Comment by Ryan — September 26, 2009 @ 12:44 pm
Hey Erik, great work!
Any suggestions to where i total newbie to this stuff can learn a little bit? Any websites with some beginner toturials?
Thanks!
Comment by Anders — September 27, 2009 @ 9:07 am
Thanks! Amazing stuff! Hope you’ll write more about it. =)
Comment by Ilionic — October 9, 2009 @ 5:07 am
it’s great~
this is short code but awesome~
Thanks for sharing your work
Comment by mjwon — January 12, 2010 @ 6:29 pm
Absolutely blown away by your work and I can’t believe it starts with something simple like this. Same question as Anders – where can a newbie start learning this?
Comment by Ralph Fisker — January 14, 2010 @ 1:17 am
Very nice! So quick but so giant!
Comment by solemone — February 7, 2010 @ 4:51 am
How can i make it worked .. can some one send me the right code because its showing error
thanks …
Comment by Leon — February 18, 2010 @ 8:05 am
Less is more theory in practice. I’m following Natzke.com from when all of his code was for free … I love his work. One true Contemporary Artist. A must stop web address. Peace to all. Save the planet.
Comment by Riki — April 14, 2010 @ 5:11 am