Sunday 18 September 2011

Saturday 10 September 2011

Week 9 - Pitch, Drawing & Interactivity

Monday - Assessment Due: Pitch your Storyboard to the class

  • Remember to practice your pitch, prepare your presentation aids and read the Assessment Event carefully to see how you are being assessed.

Tuesday - Illustrator Drawing Practice (Using the Pen Tool & Editing Paths)

Wednesday Night - Interactivity (Controlling the Timeline Revision & Importing Movie Clips)



AS2 Revision
Animate an object in the center of the stage going up, down, left, and right using buttons.  The object must return to the center of the stage at the end of each move.

Use AS2 to control the movement of the object using the direction keys, by placing the following code on your hero object.


1
2
3
4
5
6
7
8
9
10
11
12
13
14
onClipEvent (enterFrame) {
	if (Key.isDown(Key.LEFT)) {
		_x--;
	}
	if (Key.isDown(Key.RIGHT)) {
		_x++;
	}
	if (Key.isDown(Key.UP)) {
		_y--;
	}
	if (Key.isDown(Key.DOWN)) {
		_y++;
	}
}

Complete Part 1 of the following tutorial - http://www.emanueleferonato.com/2006/10/29/flash-game-creation-tutorial-part-1/

Wednesday 7 September 2011

TAFE CLIPS Prize Update

Industry award category

Overall winner chosen by a panel of industry experts wins $3,000
+ Adobe Creative Suite 5.5 Master Collection Student Teacher Edition

2 x runners-up win $1,000
+ a choice of Adobe Creative Suite 5.5 Design, Web or Production Premium Student Teacher Edition

People's choice award category

Overall winner with the most online votes receives $1,500
+ Adobe Creative Suite 5.5 Master Collection Student Teacher Edition
+ Verbatim Store'n'Go Portable Hard Drive USB 3.0 1TB

2 x runners-up receive $500
+ a choice of Adobe Creative Suite 5.5 Design, Web or Production Premium Student Teacher Edition
+ Verbatim Store'n'Go Portable Hard Drive USB 3.0 500GB


Click here to view more: https://www.tafensw.edu.au/edm/tafe-clips/launch-blast.html

Tuesday 6 September 2011

Week 8 - Prepare your Pitch

Flash Tutorial


Introduction to Layer Masks - Disney Pixar Short - Day and Night




Demonstration: How to create a layer mask in Flash


Exercise: Create your own animation using layer masks.

MovieClip Revision

Create animation of an animal using movieClips. (eg a swooping magpie or a horse galloping)

Class: Watch the following video as an introduction to games - http://www.ted.com/talks/lang/eng/david_perry_on_videogames.html

Pitch Preparation

Use this week to get prepared to give your Storyboard Pitch next Monday.
  • Remember to make your storyboard panels at least A4 size so the audience can see them clearly.
  • Also any additional presentation aids or concepts that you could show the audience is likely to benefit your presentation and increase audience interest.
  • Maximum presentation delivery time is 15min.  If you exceed this you are likely to have included too much unimportant information and may have lost audience interest.  I would expect your presentation to last at least 5min in length.  Not sure how long it will go for?  Practise!

Monday 5 September 2011

Moodle Update


Your fourth assessment event has just been uploaded to Moodle:

  1. Pitch your Storyboard (  BSBCMM401A: Make a Presentation ) - Due 12th Sep