7
Introduction to Alice.

Introduction to Alice....Introduction to Alice. A little about Alice. Alice is a wonderful place where you can learn how to program. You can create worlds with tons of methods, events

  • Upload
    others

  • View
    18

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Introduction to Alice....Introduction to Alice. A little about Alice. Alice is a wonderful place where you can learn how to program. You can create worlds with tons of methods, events

Introduction to Alice.

Page 2: Introduction to Alice....Introduction to Alice. A little about Alice. Alice is a wonderful place where you can learn how to program. You can create worlds with tons of methods, events

A little about Alice.Alice is a wonderful place where you can learn how to program. You can create worlds with tons of methods, events and functions! There are a lot of objects in Alice library, you can drag each of them and place them to your world. Each of them can do whatever you will program them to do!

Page 3: Introduction to Alice....Introduction to Alice. A little about Alice. Alice is a wonderful place where you can learn how to program. You can create worlds with tons of methods, events

Events and Methods.You can create different methods and call them by an events!

Events Method

Page 4: Introduction to Alice....Introduction to Alice. A little about Alice. Alice is a wonderful place where you can learn how to program. You can create worlds with tons of methods, events

Each object has its own properties, methods and functions! You can change object’s properties and use its functions in different methods (not events!).

Page 5: Introduction to Alice....Introduction to Alice. A little about Alice. Alice is a wonderful place where you can learn how to program. You can create worlds with tons of methods, events

Typing.

In Alice you make lines of code by dragging methods to one big method. But you still can type when you want to make a string.

This is a string.

Page 6: Introduction to Alice....Introduction to Alice. A little about Alice. Alice is a wonderful place where you can learn how to program. You can create worlds with tons of methods, events

Some screenshots (also view next slide).

Page 7: Introduction to Alice....Introduction to Alice. A little about Alice. Alice is a wonderful place where you can learn how to program. You can create worlds with tons of methods, events

More Screenshots