Wednesday, April 10, 2013
Monday, April 8, 2013
Monday, April 1, 2013
Controlling the Main Timeline and a Movie Clip Instance Timeline with Buttons on the Main Timeline
FredButtonInstanceName1.addEventListener(MouseEvent.MOUSE_DOWN, responseToMouseEvent1);
function responseToMouseEvent1(event:MouseEvent):void {
stop();
}
GeorgeButtonInstanceName2.addEventListener(MouseEvent.MOUSE_DOWN, responseToMouseEvent2);
function responseToMouseEvent2(event:MouseEvent):void {
HarryMovieClipInstanceName1.stop();
}
RonButtonInstanceName3.addEventListener(MouseEvent.MOUSE_DOWN, responseToMouseEvent3);
function responseToMouseEvent3(event:MouseEvent):void {
play();
}
HermioneButtonInstanceName4.addEventListener(MouseEvent.MOUSE_DOWN, responseToMouseEvent4);
function responseToMouseEvent4(event:MouseEvent):void {
HarryMovieClipInstanceName1.play();
}
Friday, March 29, 2013
ActionScript for your buttons:
code to use a button to move us along the timeline:
btnInstanceName.addEventListener(MouseEvent.MOUSE_DOWN, mouseDownHandlerA);
function mouseDownHandlerA(event:MouseEvent):void {
gotoAndStop(1);
}
buttonInstanceName.addEventListener(MouseEvent.MOUSE_DOWN, mouseDownHandlerB);
function mouseDownHandlerB(event:MouseEvent):void {
movieClipInstanceName.play();
}
btnInstanceName.addEventListener(MouseEvent.MOUSE_DOWN, mouseDownHandlerA);
function mouseDownHandlerA(event:MouseEvent):void {
gotoAndStop(1);
}
buttonInstanceName.addEventListener(MouseEvent.MOUSE_DOWN, mouseDownHandlerB);
function mouseDownHandlerB(event:MouseEvent):void {
movieClipInstanceName.play();
}
Friday, February 15, 2013
Next blog post for section 2502:
1. post any questions asked to you by the players
2. summarize any changes you feel need to be made based on the results of today's play
3. questions - ask questions of the players - i.e. is the game fun and engaging, how is the length of the game, how do you feel about the strength of the questions (if there are questions), how is the clarity of the rules, do you have any suggestions for improvement? - post these questions and the answers to them on your blog
Monday, January 28, 2013
0187 GROUPS:
A (Mall Rats): Mervyn, Jessica, Brittany, Chad
B (Ring of Fire): Andrea, Amy, Sam, Holly
C (Big Group): Charlie, Alex, Andy, Sara, Kristen
D (Kool Bananas): Kiarra, Sarah
2502 GROUPS:
A Andreia, James, Ginger, Drew, Dusty
B Ashley, Becca, Derek, Parker
C Courtney, Dustin, Sabrina
D Marina, Jennifer, Bailey
E Carley, Tyler, Sarah
A (Mall Rats): Mervyn, Jessica, Brittany, Chad
B (Ring of Fire): Andrea, Amy, Sam, Holly
C (Big Group): Charlie, Alex, Andy, Sara, Kristen
D (Kool Bananas): Kiarra, Sarah
2502 GROUPS:
A Andreia, James, Ginger, Drew, Dusty
B Ashley, Becca, Derek, Parker
C Courtney, Dustin, Sabrina
D Marina, Jennifer, Bailey
E Carley, Tyler, Sarah
Answer the following in terms of your game (so far that is - this all can change over the next few classes):
What is the goal?
Decision Making is toward a Goal, describe the decision making that must take place in your game to achieve the goal.
What is the Opposition or what are the Obstacles to achieving the game's goal(s)?
Are there resources and how are they managed in relation to your game's goal(s)?
What are the game's tokens?
What is the relevant information? What is the story of the game?
Discuss all of the following in relation to your game (divide these up among team members so that all are covered):
Diplomacy
Color
Simulation
Variety of Encounter
Position Identification
Roleplaying
Socializing
Narrative Tension
Subscribe to:
Posts (Atom)