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... )
Comments 4
Reply
Reply
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
Reply
Leave a comment