(Untitled)

Apr 27, 2006 21:07

Class (Intermediate Recording) ended tonight, and in retrospect it's been a slightly disappointing experience. What knowledge I've gained has been osmotically, for how can you forget that option-key + spacebar = record when you're bathed in that information for three hours a week? Basically, there was no volitional act to retain or even acquire ( Read more... )

Leave a comment

Comments 4

grammarcookie April 28 2006, 15:47:36 UTC
haha. i know what basic is. i used to have a little proto-computer plaything, with a single-line display, that you could program in basic. i never learned any other programming languages though.

Reply

rocksteady April 28 2006, 21:53:55 UTC
Basic was good stuffs. I used to have a notebook full of really simple programming I'd write for cheesy text-based adventure games. 10 will always be HOME to me... :)

Reply


scruffpuff April 29 2006, 04:52:34 UTC
var prestonsDream:Number = 0;
var prestonSatisfaction:Number = 0;
var interest:Boolean = false;

prestonsLife_mc.onLoad = function () {
if (interest == true) {
prestonSatisfaction = prestonSatisfaction + 1;
prestonsDream = prestonsDream + 1;
} else {
prestonSatisfaction = prestonSatisfaction - 1;
prestonsDream = prestonsDream - 1;
}
}

reality.onLoad = function () {
var purpose:Number = random(4) + 1;
if (purpose>2) {
interest = true;
}else{
interest = false;
}
}

Reply

rocksteady May 1 2006, 18:39:15 UTC
Input, IIIInpuuut!!

Reply


Leave a comment

Up