
Last night I was up until about 1am working on some Actionscript for the Flash project at my internship.Figuring out how code works on Flash's timeline has been trial by fire as well. Last night I struggled with getting a Flash movie to play backwards and as the function ran back through the time line they would run over other functions that would execute, functions that wern't supposed to execute and had no approprate termination for the time in which they launched, causing them to run forever, in an infinite loop. Realizing what was going on I had an idea how to fix it, but decided to wait for the next day until I try to actually fix it.
At about 6 am I startle myself awake, woken by a nightmare. My dreaming mind had convinced me that if I accidently wrote an infinite loop, I wouldn't wake up. I'm not sure if my subconcious thought that I was programing my alarm clock and it would fail to wake me for work, or if I was actually programing my brain and if I accidently put in an infinite loop I would be stuck in sleep mode forever. Either way, I was too scared to fall back asleep.
Apparently my brain is not wired correctly to cope with coding.