journal
all ![]() | Rob is 20,126 days old today. |
Jan 2007 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Mar 2007 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 2006 jan feb mar apr may jun jul aug sep oct nov dec
2008 jan feb mar apr may jun jul aug sep oct nov dec |< << more >> >| |
Flash 1:30pm JST Tuesday 27 February 2007 (day 13488) Flash flash flash from adding parts to parts that already work, to discovering the whole thing doesn't work at all on Tariq nor Hitoshi's machine (so we need to fix that more urgently), to figuring out how to make it work, and therefore jumping back to the first plan, with an augmentation of adding another movie to the series, and updating graphics to make them more consistent. "Oh shit I have to go" Taking an extra moment to snarf down some web pages detailing how to do the stuff that will solve the not-working on T and H's machines, で、 jog down the street, up the street, pacing a girl in heel-shoes with short heels down the steps (well-impressed she was wearing those heels and almost as fast as me!) and made my train. From http://www.kirupa.com/developer/actionscript/moviecliploader2.htm: bar._visible = false; border._visible = false; this.createEmptyMovieClip("container", "100"); my_mc = new MovieClipLoader(); preload = new Object(); my_mc.addListener(preload); preload.onLoadStart = function(targetMC) { trace("started loading "+targetMC); container._visible = false; bar._visible = true; border._visible = true; pText._visible = true; }; preload.onLoadProgress = function(targetMC, lBytes, tBytes) { bar._width = (lBytes/tBytes)*100; pText.text = "% "+Math.round((lBytes/tBytes)*100); }; preload.onLoadComplete = function(targetMC) { container._visible = true; border._visible = false; bar._visible = false; pText._visible = false; trace(targetMC+" finished"); }; //default image my_mc.loadClip("picture1.jpg", "container"); //buttons button1.onPress = function() { my_mc.loadClip("picture1.jpg", "container"); }; button2.onPress = function() { my_mc.loadClip("picture2.jpg", "container"); }; button3.onPress = function() { my_mc.loadClip("picture3.jpg", "container"); };permalink Work 8:33pm JST Tuesday 27 February 2007 (day 13488) Have had some hella-trying lessons, and some good ones. I'm looking forward to a way to experience more good ones. Right now I'm working on flash when I would be chatting with Ami, but she has cancelled or no-showed our last three lessons. I'll probably email her tonight. permalinkprev day next day |