Monday

My contribution on week 7 (Diagram)


Aim and Objectives

We will try to mimic the odd events in this installation and therefore, anyone who walk through this installations will feel the emotions of fear themselves. The environment of the installation will be set up accordingly to invoke the emotions of fear.

Motivation

We want the user to achieve the full experience of feeling the emotions of fear. We also want to create this installation where the user will feel the originality of experiencing the real thing.

Design Approach

We would like to place our installation in a dark place where we possess the power of surprise where it will make the user feel more scary. We also will place our installation inside a place where it surrounded by walls where the sound will bounce back to create echoes. The installation using 2 scary doll that will produce a random sound when the user touch it and will on the light when the user comer nearer to the doll. Other than that,we will put 2 projector on the first floor that will produce a movie when the user come near it.


My Contribution of Week 6 (Action Script)

stop();

btn1.addEventListener(MouseEvent.CLICK,play1);

function play1(event:MouseEvent):void{

gotoAndStop ("1")

}

btn2.addEventListener(MouseEvent.CLICK,play2);

function play2(event:MouseEvent):void{

gotoAndStop ("2")

}

btn3.addEventListener(MouseEvent.CLICK,play3);

function play3(event:MouseEvent):void{

gotoAndStop ("3")

}

btn4.addEventListener(MouseEvent.CLICK,play4);

function play4(event:MouseEvent):void{

gotoAndStop ("4")

}

My Contribution of Week 6 (Action Script (Interaction Doll))


mainItem.subItem1.visible = false;
mainItem.subItem2.visible = false;
mainItem.subItem3.visible = false;


mainItem.addEventListener(MouseEvent.MOUSE_OVER,showMenu);
mainItem.addEventListener(MouseEvent.MOUSE_OUT,showMenu);
mainItem.addEventListener(MouseEvent.CLICK,buttonClicked);


for(var i=1;i<=3;i++){
mainItem["subItem"+i].addEventListener(MouseEvent.MOUSE_OVER,showSubMenu);
mainItem["subItem"+i].addEventListener(MouseEvent.MOUSE_OUT,showSubMenu);
}


function
showMenu(e:MouseEvent){

if(e.type == "mouseOut"){

e.currentTarget.subItem1.visible = false;
e.currentTarget.subItem2.visible = false;
e.currentTarget.subItem3.visible = false;
}
// if it is a mouse overwe show all the sub menus
if(e.type == "mouseOver"){
e.currentTarget.subItem1.visible = true;
e.currentTarget.subItem2.visible = true;
e.currentTarget.subItem3.visible = true;
}
}



function showSubMenu(e:MouseEvent){
if(e.type == "mouseOut"){
e.currentTarget.gotoAndStop(1);
}
if(e.type == "mouseOver"){
e.currentTarget.gotoAndStop(2);
}
}

function buttonClicked(e:MouseEvent){
itemClicked.text = e.target.name;
}

Survey







We have make a survey to FIT student. According to the result that we have,this is the conclusion. The survey have been done by 30 students.

my contribution of week 5 (webcam functionality)

Even in a dark places,the webcam can still detect motion perfectly. The zone trigger can adjust the brightness , contrass, colour intensity, gain and exposure. We can also used light as a trigger for our sound clip. So we dont have any problem to used the webcam in the dark places

My contribution on week 4 (picture)











My contribution on week 4 (flowchart)