Session 5 [Wed 270110] - Superbanner Progress/ That Button Code/ Blog Structure/ Major Project
Homework
Super Banner Progress
If you can, artwork your final idea as Photoshop Layer Comps for Wednesday. Layer Comps allow you to storyboard easily in the same Photoshop document, showing how your banner will animate.
Remember, where you can, use vector based art to save on memory.
I will analyse the artwork for motion for Friday's session.
Repeating Your First ActionScript [AS]
You need to apply the invisible overall button to yuor final banner. Here's the code to activate the button as promised -
That's it. Next time we will look at timeline control with AS and look at home to extract the AS from the Fla file for future best practises.
Storming The Main Project
Important - You need to extend your thinking on the major project. Let's see some comprehensive brainstorming and some associated research. Your studio manager [me] is only looking for ideas in text and sketch form at the moment. Be sure to impress with the volume and quality of your ideas. Show off your creative abilities and offer some strong parameters for moving forward.
- Banner
- Prepare and send me the artwork for your proposed banner by Wednesday [270110]. Be sure there are clear directions on how the art will move. Bare in mind the 30k limitation.
- ActionScript
- I highly recommend purchasing the iPhone/ iPod Touch App from the iTunes for Learning Actionscript AS3 and read the chapter on Timeline Control. This is the kind of code we will be handling next [I will bring the book in again on Friday].
- Flash Blog
- Once you have seen how to structure the blog entries, please format your current posts accordingly and I will read them for Friday.
- Major Project
- Loads of ideas for your upcoming main project in word association and sketch form for Friday. I will draw up an official brief on this for next week but it will certainly allow wide scope for your early thinking on the assignment.
Super Banner Progress
If you can, artwork your final idea as Photoshop Layer Comps for Wednesday. Layer Comps allow you to storyboard easily in the same Photoshop document, showing how your banner will animate.
Remember, where you can, use vector based art to save on memory.
I will analyse the artwork for motion for Friday's session.
Repeating Your First ActionScript [AS]
You need to apply the invisible overall button to yuor final banner. Here's the code to activate the button as promised -
var myURL:URLRequest = new URLRequest("http://…");
overall_btn.addEventListener(MouseEvent.CLICK,
onClick,false,0,true);
function onClick(evt:MouseEvent):void
{
navigateToURL(myURL);
}
That's it. Next time we will look at timeline control with AS and look at home to extract the AS from the Fla file for future best practises.
Storming The Main Project
Important - You need to extend your thinking on the major project. Let's see some comprehensive brainstorming and some associated research. Your studio manager [me] is only looking for ideas in text and sketch form at the moment. Be sure to impress with the volume and quality of your ideas. Show off your creative abilities and offer some strong parameters for moving forward.
