Visual Programming Week # 12

Slides:



Advertisements
Similar presentations
Powerpoint Tutorial J.Kellow.
Advertisements

In this tutorial, we are going to create: A race car that the user can control with the arrow keys for direction and speed. A simulated road with a striped.
App Inventor- Artemis 2012 By: Jiajia Liang, Alissah Sillah, and Samantha Rivera.
E-prime: A researcher’s perspective Dr Anna Law. Visual search study.
David Wolber, Computer Science App Inventor for Android Do-it-yourself App Creation.
Introduction to TouchDevelop
PowerPoint 2 Demonstration for PPT 138 Cases and Places Example 1.
Windows 8 Windows Phone 8 Web Mobile … and WakeUpAndCode.com.
Tefko Saracevic, Rutgers University 1 How to print slides from a PowerPoint presentation 1. You can print a presentation while you are online OR you can.
EXAMPLE 3 Combining Like Terms a. 3x + 4x = (3 + 4)x = 7x b.
Programming Games Computer science big ideas. Computer Science jargon. Show virtual dog Homework: [Catch up: dice game, credit card or other form.] Plan.
Lab 8 – C# Programming Adding two numbers CSCI 6303 – Principles of I.T. Dr. Abraham Fall 2012.
Introduction to TouchDevelop
How to Use PowerPoint A Brief Guide. To Add Animation… 1.Insert an image from Clip Art or highlight a textbox. 2.Click “Slide Show” on the toolbar. 3.Click.
Using Tiled. What is Tiled? It’s a level editor It allows game programmers to create their 2D game world with ease.
Making a Game Linking Slides. To link slides: 1.Prepare your storyboard 2.Complete all slides 3.Link the slides.
Each slide is ready for you to edit by adding your own pictures and text. The instructions in red will help guide you. Once you follow them, click on them,
Creating a PowerPoint Presentation By Dr. Whomever.
Brief Tutorial. Here are your themes. Mouse over each one to see it in action. Click the one you want.
Art 321 VIDEO Dr. J. Parker AB 606. Recording and Editing Video All you frustrated Spielbergs out there now get your special lecture. First, let’s loot.
Image #1 Getting Started
2006 Adobe Systems Incorporated. All Rights Reserved. Getting Started with Adobe Presenter.
Dawn Pedersen Art Institute. What Are CSS Sprites? Back in the day, sprites were the images in games that swapped one little image for another in a specific.
The BIG idea CHAPTER OUTLINE NEW CHAPTER Motion CHAPTER The motion of an object can be described and predicted. An object in motion changes position. Speed.
Instructions Go to the shared area and open a file Go to -> S:\ICT\My Teacher\Mr Crossan\Year 7\Catch the Clown Open the Catch the Clown file by double.
Creating Scenarios In Greenfoot. Greenfoot Scenarios are made up of: Greenfoot Scenarios are made up of: A World class. A World class. Actor classes.
Construct 2 Game Development for Kids Platformer Tutorial: Part 1 Shahed Chowdhuri.
ICT/COMPUTING RULES Only use software allowed by the teacher
CoderDojo Sligo "Above all, be cool" Code and notes by Michael Madden, 2012.
1 PowerPoint: Using Breeze to create streaming presentations.
By : Appsverg.com Appsverg.com. Hi people! We are here to bring you one of the most important tutorials which will help you to download and install Droid4x.
Susan Ibach | Technical Evangelist Sage Franch | Technical Evangelist.
Whittier STEM Fair 2016 CARLI PECORARO’S ANDROID APP PROJECT.
PSY 301 Week 2 Learning Team Worksite Development Presentation Check this A+ tutorial guideline at 301/PSY-301-Week-2-Learning-Team-
Introduction to App Inventor 2 ASFA AP CS Principles
North Attleboro High School
Procedures, Simple Expressions
Visual Programming week # 01
Energy 3.1 Energy exists in different forms. 3.2
Visual Programming week # 02 APP (Application) Architecture.
“IMO is a messaging and free video calling app.”
Properties of Matter 2.1 Matter has observable properties. 2.2
week # 03 Visual Programming Variables Canvas Screen Arrangement
Animating Multiple Objects
Visual Programming week # 06
Module 5 Lesson 3 Extreme Scratch Cards
Getting Started with Adobe Presenter
Presentation Companion Slide Pack
The rich media presentation tool!
Instructions for Windows users:
Visual Programming Week # 09
Visual Programming Week # 11
Instructions for Windows users:
Instructions for Windows users:
Presentation Companion Slide Pack
Visual Programming Week # 10
1 To go to the next slide, click this button instead. A random slide will come up.
Sound 12.1 Sound is one type of wave. 12.2
Creating Animated Apps: Canvas與ImageSprite 靜宜大學資管系 楊子青
1. What Google app created this assessment?
A quick ‘how to’ guide Lya Noon – H808
Step-by-Step Banner Creation Guide
Visual Programming week # 05 Lists Quiz Tutorial.
The Image The pixels in the image The mask The resulting image 255 X
Simplify by combining like terms
Visual Programming week # 14 Review for Final Exam.
Visual Programming Week # 13
Visual Programming Week # 07
Software Engineering and Animations
Getting Started with Adobe Presenter
Presentation transcript:

Visual Programming Week # 12 Animation, Game, Homework #8

VP Lecture Note by Dr. Hanh Pham Outline Tutorial: Ladybug Homework # 8 References VP Lecture Note by Dr. Hanh Pham

VP Lecture Note by Dr. Hanh Pham Tutorial: Ladybug APP: build a GAME which lets the user guide a Ladybug to go left,right,up, or down. The ladybug can eat an aphid to get more energy but at the same time could also be eaten by a big frog. File links: http://examples.oreilly.com/0636920016632/ Or click on HW8 files: http://cs.newpaltz.edu/~phamh/VP/Homework/hw08/ VP Lecture Note by Dr. Hanh Pham

VP Lecture Note by Dr. Hanh Pham Tutorial: Ladybug VP Lecture Note by Dr. Hanh Pham

VP Lecture Note by Dr. Hanh Pham Tutorial: Ladybug ATTENTION: FieldCanvas: Height = 300 pixels EnergyCanvas: Height = 10-20 pixels All ImageSprites’s property’s INTERVAL = 10 Set LADYBUG’s Image Sprite property’s SPEED = 5 Set APHID’s Image Sprite property’s SPEED = 3 Set FROG’s Image Sprite property’s SPEED = 2 VP Lecture Note by Dr. Hanh Pham

Tutorial “Ladybug” Step1: Ladybug moved by Users VP Lecture Note by Dr. Hanh Pham

Tutorial “Ladybug” Step2: Ladybug + Aphid Add Aphid Frog not moving yet VP Lecture Note by Dr. Hanh Pham

Tutorial “Ladybug” Step2: Ladybug + Aphid VP Lecture Note by Dr. Hanh Pham

Tutorial “Ladybug” step 3: DONE Add Frog Simplify Randomness VP Lecture Note by Dr. Hanh Pham

Tutorial “Ladybug” step 3: DONE VP Lecture Note by Dr. Hanh Pham

Tutorial “Ladybug” step 3: DONE VP Lecture Note by Dr. Hanh Pham

VP Lecture Note by Dr. Hanh Pham References These slides contain materials from many sources including the following: http://www.appinventor.org/ http://appinventor.googlelabs.com/ “App Inventor: Create Your Own Android Apps” by David Wolber, Hal Abelson, Ellen Spertus, Liz Looney, Publisher: O'Reilly App Inventor for Android: Build Your Own Apps - No Experience Required, Jason Tyler VP Lecture Note by Dr. Hanh Pham