My Mission Statement To ensure students leave the course with an intermediate knowledge of general programming skills they can transfer to other platforms.

Slides:



Advertisements
Similar presentations
Welcome Back to School!!! Mr. Sortina.
Advertisements

Reading for an English Class (created by Jim Burke)
TEST-TAKING STRATEGIES FOR THE OHIO ACHIEVEMENT READING ASSESSMENT
We have opportunities to practice literacy skills in big and small ways daily.
Multimedia Production
Accuracy vs Fluency Cesar Klauer 28 Feb., Presentation scheme What is fluency? What is accuracy? Fluency VS Accuracy? Communicative competence Suggestions.
Communication Strategies It Takes Two to Tango. Don’t try to hide your hearing loss Listener: Acknowledge your hearing loss and tell who you are communicating.
Teaching and Monitoring Comprehension in the early grades Leecy Wise
TIPS Communication Courtesy when interacting with deaf and interacting with deaf and hard of hearing students The Cooperative Program for the Deaf and.
Teaching Comprehension in the early grades Leecy Wise
JAVA BASICS SYNTAX, ERRORS, AND DEBUGGING. GCOC – A.P. Computer Science A College Board Computer Science A Topics Covered Program Design - Read and understand.
EVALUATING WRITING What, Why, and How? Workshopping explanation and guidelines Rubrics: for students and instructors Students Responding to Instructor.
Competent (English) Language Usage Essentials
Everything you need to know in order to set up your Reader’s Notebook
LANGUAGE LEARNING STRATEGIES
ATTENTION LANGUAGE LEARNERS ! THE SENIORS’ GUIDE FOR SUCCESS.
Programming. Software is made by programmers Computers need all kinds of software, from operating systems to applications People learn how to tell the.
Test Taking Tips How to help yourself with multiple choice and short answer questions for reading selections A. Caldwell.
Chapter 9 Introduction to ActionScript 3.0. Chapter 9 Lessons 1.Understand ActionScript Work with instances of movie clip symbols 3.Use code snippets.
Reading Survey Results
CUSTOMER SERVICE Diana Piraquive. CIS
CHAPTER 4: INTRODUCTION TO COMPUTER ORGANIZATION AND PROGRAMMING DESIGN Lec. Ghader Kurdi.
Language Basics.
The Writing Process My Favorite Things.
CAHSEE BOOTCAMP Distinguishing different essay styles ~Ms. Gieser Biographical Narrative Biographical Narrative Expository Essay Expository Essay Response.
Misunderstood Minds 1.
Active Reading and Thinking Strategies
How Should We Look At Art
Introduction CSE 1310 – Introduction to Computers and Programming Vassilis Athitsos University of Texas at Arlington 1.
Introduction to Programming Peggy Batchelor.
Using Visual Aids in a Speech. Visual Aids can be powerful when giving a speech. However, make sure they will improve your speech. Ask yourself the following.
Bailey Riley University of North Texas LTEC September 16, 2009.
Proper grammar in sentence construction is important in every writing assignment a person does. Grammar is defined as the set rules that direct the flow.
Transdisciplinary Skills Placemat: Greenfield Park International Thinking Skills Acquisition of knowledge: Are you able to find out new facts? Show me.
Powerpoint Presentations Problems. Font issues #1 Some students make the font so tiny that it cannot be read.
SFU Student Teacher Information and Media Literacy Kevin Amboe December 2009 Kevin Amboe December 2009.
Central Core CD Unit B 2-5 Employability in Agriculture/Horticulture Industry.
Applications of 3D z Applications that are used and why we use them Product design Modelling TV and film Web games Education Reconstruction Illustration.
Introduction to Python Lesson 1 First Program. Learning Outcomes In this lesson the student will: 1.Learn some important facts about PC’s 2.Learn how.
How To Help in Early Years
Software Development. Software Development Loop Design  Programmers need a solid foundation before they start coding anything  Understand the task.
A compiler is a computer program that translate written code (source code) into another computer language Associated with high level languages A well.
A Puzzle for You. Puzzle Someone is working for you for 7 days You have a gold bar, which is segmented into 7 pieces, but they are all CONNECTED You have.
Educational Psychology Chapter 2 By: Angela Vaughan, Katrinka Newman, Heide Alston, & Diariece Jones.
Internet Safety Krista Sell IST 525 Kutztown University Summer 2011.
Delphi Evaluation Results PBA Back-End development, Autumn 2012.
Introduction CSE 1310 – Introduction to Computers and Programming Vassilis Athitsos University of Texas at Arlington 1.
The single most important skill for a computer programmer is problem solving Problem solving means the ability to formulate problems, think creatively.
 Chapter 4-6 Davies  Assignment Expectation Review  Looking at mini unit and assessment information  Phone conversations  Writing Notes to parents.
Nonfiction Introduction. What is nonfiction? Nonfiction is any writing that is REAL or based on REAL LIFE EVENTS.
Year R Stay and Play Talk. Why?  Communication is the number one skill. Without it, children will struggle to make friends, learn and enjoy life.
AP German Language & Culture Exam Prep Tips. World Languages and Cultures In today's global community, competence in more than one language is an essential.
Day 3 Objectives SWBATD comprehension of semiotic analysis and how it is used in analysis popular culture. SWBATD analysis by analyzing an image using.
Multimedia Fundamentals
Activities to Promote Speaking. Speaking is "the process of building and sharing meaning through the use of verbal and non-verbal symbols, in a variety.
 Communication Barriers. Learning Goals  5. I will be able to explain obstacles/barriers to effective communication  6. I will be able to suggest ways.
English in My Life. Hi, Shrek! It’s a nice day, isn’t it?
Visual Visual Language If you scored high in this area, you learn well from seeing words in books and workbooks, and on the board and charts. You may even.
Infancy & Childhood. Infancy and Childhood When you are finished with the test, read the case study on page 69 and answer the questions at the end of.
1 Sections 3.1 – 3.2a Basic Syntax and Semantics Fundamentals of Java: AP Computer Science Essentials, 4th Edition Lambert / Osborne.
CIS 234: Object-Oriented Programming with Java
FOP: Multi-Screen Apps
Evaluating materials • When we use materials in class, we understand
CSCI-235 Micro-Computer Applications
Lecture 1: Introduction to JAVA
Writing Tasks and Prompts
CS Programming I Jim Williams, PhD.
Notes for helpers Supporting everyone to tell their story
Language Basics.
Do Now: In your own words, describe the images presented.
Presentation transcript:

My Mission Statement To ensure students leave the course with an intermediate knowledge of general programming skills they can transfer to other platforms so that they may continue on further education in the subject on their own or under instruction.

Guidelines for Success: 1)Move fast. Break stuff. 2)Pay attention to detail. 3)Research & Develop. Imitate the industry’s best. 4)You will never know everything there is to know. 5)There is no such thing as a stupid question. 6) If you think it sucks, it probably does.

If at any point, you think anything is too difficult or your thoughts are overwhelmed; I want you to stop, take a break and think of this phrase: “It's not rocket science.” Then try again.

Main Teaching Points 1) Introduction 2) Code Demonstration + Group Activity If at anytime you’re unsure of anything, please raise your hand and ask for clarification or further explanation.

ActionScript 3.0 Flash uses a language called ActionScript in order to allow the author to communicate their specific intent with Flash's virtual machine. You will be only learning ActionScript 3 in this course. ActionScript 3 is a strict data typed object oriented programming language heavily influenced by another language called Java. ActionScript Virtual Machine All Flash is interpreted by something called the ActionScript Virtual Machine which basically interprets swf files' instructions to perform certain specific actions.

Why use ActionScript vs Timeline? ActionScript provides a much more solid foundation for controlling behaviours and actions in Flash that would otherwise be time consuming on the timeline, that it would have difficulty achieving or not be able to achieve at all because of its limitations. Think of using the Timeline as trying to communicate with someone using hand signals while ActionScript is like having a spoken conversation with them.

ActionScript Syntax Syntax are the commands that make up the programming language structure which the Flash virtual machine understands. Sometimes, you may hear this being referred to as the "source code." Just like any human language with grammar and vocabulary, there are specific rules and structures that you have to follow when trying to describe an instruction or command to the computer to perform. The legal syntax that Flash understands comprises of numbers, characters and symbols. Syntax is also case sensitive. This course will cover the equivalent of learning a new language, its conventions and grammar. There is much more that you can continue to learn on your own after this course as it's like learning how to write great speeches once you understand the language basics.

What makes a Flash design successful? A successful Flash design would include good planning, attention to little details, good design execution and/or the ability to combine visual, motion or audio elements to create a memorial presentation experience. In this course, you will learn to use Flash to make visual, audio and data elements interact with each other to tell a story or convey a message. Using Flash will NOT automatically make your design impressive, think of it as a set of paintbrushes that only allows you access to the abilities and technologies that it is capable of. You should NEVER start planning your concept designs in or around Flash but in Photoshop or Illustrator instead.

Inspirational Sources It is possible that you may get the equivalent of writer's block in trying to come up with original designs so for design inspiration, I recommend visiting any of the numerous product, video game or movie trailer promotional websites. Many of them are created in Flash and have very interesting designs. Another source is a website called where you can view other people's art and designs for inspiration. You can also watch films, play video games, read designer blogs or monthly web design magazines you can buy at the local bookstore for cool ideas. There's really no right or wrong in design, everyone has their own opinion, judgment and criticisms. The only right or wrong is really whether or not your code causes an error or not.

Today's Goal To acclimatize the students to be able to manipulate basic movieclip objects on the stage using very basic ActionScript code based on the timeline. If you understand and remember % of this class, you'll be fine because these concepts will be reiterated over and over during the duration of this course. You should learn enough from today alone to build a basic functional website with ActionScript by the end of the day.