How to Create a Character Designer

Материал из Поле цифровой дидактики

Шаблон:StubШаблон:Wiki Standards Character designers are projects where the viewer designs a character. There are many types of character designers, this will show how to make a basic one.

Preparation

Create three sprites:

  • The character who will get dressed (the sprite Harper can be used in character designers, which is built into Scratch)
  • Boy button
  • Girl button

Create one message:

  • broadcastshow

Code

The following is the code for the character when the program has been started:

whenclickedgotox:-174y:-8hide

Put the following code for the boy button:

whenclickedgotox:23y:36whenthisspriteclickedbroadcastboyshow

See Also