70 likes | 195 Vues
This guide teaches you how to create a basic application using the Touch Develop Environment. You will learn to sign in, create scripts, and set up essential variables such as height, width, and sprites. Key concepts include understanding the `main()` function, utilizing the `Post to wall` feature, and uploading background images. The tutorial shows how to design a portrait board with specified dimensions, position sprites, and control their behavior. Follow along with the handout provided for a comprehensive learning experience.
E N D
LO: Learn how to develop a simple application using the Touch Develop Environment. Learning Objective
Go to www.touchdevelop.com Sign in using a windows live ID. Click on the open link at he top of the screen. Click on the Create Script button Setting Up Touch Develop
What is “main()”? What is “Post to wall?” What is a “Sprite?” What is a “Variable?” Introduction
Touch develop to build a application which : Has a background image Has a width for 480 and a height of 800 Upload an image and include a sprite. Upload a number of different images to useas characters throughout your application. Learning Outcomes
Create a variable for the height – As Number Create a variable for the width – As Number Create a variable for the board – As Board Create a portrait board using the 3 variables. Post to wall Use the hand out to support this task. Setting a Background
Upload your picture. Set up a variable for the image as a Sprite. Create the picture on the board. Set the height, width and position. Set the friction. Use the hand out to support this task. Extension – Use what you already known to make variables for the height / width of the character. Setting up a Sprite