Sarah tagged me with this, sorry I took a while replying.
Archive for February, 2006
Tag, You’re IT (4-fold Meme)
Friday, February 24th, 2006Causality
Monday, February 20th, 2006An interesting idea. http://en.wikipedia.org/wiki/Causality
Part of this is the exploratio into how we effect each other. This is very much like social navigation.
duplex controller
Wednesday, February 15th, 2006The Blacklight team have launched the web site to back up its new prototype controller. The controller is based on inertia and is to bring a unique genre of gameplay as well as give you more control in your current games.
See the controller here:
primer
Saturday, February 11th, 2006ActionScript is based upon the scripting syntax used for JavaScript. ActionScript follows most of the same syntax and formatting rules.
At simple level you can see it here with the following script:
var myVarOne=5;
var myVarTwo=7;
var myVarThree=myVarOne*myVarTwo;
document.write(myVarThree);Above is a simple JavaScript. You are taking two variables and creating the value of myVarThree from those. The document.write passes that value to the web page. Below is the Flash ActionScript version. You will see it is almost identical:
var myVarOne=5;
var myVarTwo=7;
var myVarThree=myVarOne*myVarTwo;
txt.text=myVarThree;The difference is in the passing of data to the stage through the txt.text method instead of the browser window with the document.write method.
(more…)
affects on others
Friday, February 10th, 2006With all the research i have done i always encounter the same thing and that is the influence on others. i have become very focused on footprints and we leave our mark on your friends and family. It makes me question how i have become me why do i like football and why do i listen to the lusic that i do? these are all questions i will be looking into.
I have really focused on the footprint and how it about leaving a mark. from a mark in the sand to leaving a mark on your friends.
i am interested in how i have been taught things form my parents and how my friends have also taught me things.