Wednesday, May 18, 2011

Monday, May 9, 2011

Critique 3 setup!!

This video is basically the setup of critique 3, more videos welcome soon!

Monday, April 25, 2011

Codes !!

The codes used!!

ActionScript 2.0


fscommand("fullscreen", "true");
//----------Mouse-Cursor-------\\
var myMusic:Sound = new Sound();
myMusic.attachSound("music");
myMusic.start(0,9999);
cursor_mc.startDrag("true");
Mouse.hide();
cursor_mc._x = _xmouse;
cursor_mc._y = _ymouse;


//calcuate the position
function calculate() {
var px = _root._xmouse/Stage.width;
var py = _root._ymouse/Stage.height;
var x = 2000*px;
var y = 2000*py;
world.motionCam({x:x, y:y, z:0}, 20);
world.rotateZ(0, 10);
}

//world init initialize listener
var lis = {};
lis.onWorldInit = function() {
_root.calculate();
};

//set listener
world.addEventListener("onWorldInit", lis);

//set mouse event
_root.onMouseMove=calculate;

function onBtnRelease(btn,nm){
_root.onMouseMove=null;
_root.panel.title_txt.text=btn.title;
_root.panel._visible=true;
}


panel._visible=false;

The above code is for the 3d or space effect, it is generally used with a flash extension to get the effect working.

on(rollOver){
var mySong:Sound = new Sound();
mySong.attachSound("over1");
this.mySong.start();
this.gotoAndPlay(2);
}
on(rollOut){
var mySong:Sound = new Sound();
mySong.attachSound("over1");
//this.mySong.stop();
this.gotoAndPlay(1);
}

Above is the rollover code for the buttons.

Monday, April 18, 2011

Screen Shots.

Everyday becomes a challenge when making addition to the design and It becomes a headache when moving your design to the interaction realm. When moved things to flash, because of the depth created by the action script, design elements looks scattered not blending well. I came with a solution of adding some more design elements. Below is the application in Flash. A.M Wall of Fame (page).

Sunday, April 17, 2011

Equipments I will use.

I painted a candle holder for the right candles, I used a black paint which will used with thre black candles. below are the pictures.

The candle holder will be placed with the black candles at the right side of the stage.



Reference for the Pages.

1. A.M wall of fame is referenced to the below picture, the idea is to have examples OMG, LOL, IMO and so on to be on a wall like the logos. The difference with this one is that, rotation property will be used o generate different mood. Below is different logos displaying different forms and shapes, with A.m I will be using Text with different types of fonts.



Below is the design I'm going for, The fonts used and for the background I will use a wall like texture with a dull,blueish color.


The one with A.M examples colored.


With background pattern.


Sunday, April 10, 2011

Testing, Wii, Candles

This is the test I did, candles in sync with the computer through Bluetooth, infrared.