Friday, March 9, 2012

IN ALICE GAME PROGRAMMING THING?

sorry i know alice sucks but in my computer science class i need to know how to use it. im trying to make a game, i added a 3D text that says start, i made it so that when u click start the text goes below the ground and you zoom in on your character. i made it so if you click up, down left or right thast the way your character moves, i also made it so if you click w u move like more backwards away from the screen, s moves forward like towards the screen, and other keys to move the camera. anyway is there a way so i cant move the character before i hit start aka the 3d text. im really only working in the events, not the methods box.IN ALICE GAME PROGRAMMING THING?
Alice is a free educational tool designed for novice programmers with little or no experience that enables them to create games. Unlike most platforms, Alice allows you to "drag and drop" objects into a three-dimensional world, instead of typing out lines of code. If you have minimal knowledge of computer programming but are interested in learning how to create games, Alice is a good tool.



Difficulty: Moderate

Instructions



1

Launch Alice to start a new project.



2

Click the "Templates" tab to select a setting or background for your game. Choose one of the available templates, such as "Grass" or "Water."



3

Select "Add Object" at the bottom of the Alice screen to begin adding characters and other objects to your game. Choose a character from the "People" folder and select "Add instance to World." This will place your character into the game.



4

Select "Method Editor." A list of available methods to enable movement for your character will be displayed.



5

Choose "Do in order" to allow multiple methods. Drag and drop "Move" into your "Method Editor" to enable movement of your character. Drag and drop any other commands you want your character to do.



6

Press "Play" to test your game. In a normal programming setting, this would be called "compiling" your program to test it for errors.







Read more: How to Use Alice to Program Games | eHow.com http://www.ehow.com/how_8691100_use-alic鈥?/a>

No comments:

Post a Comment