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