Monday, November 9, 2009

Completed tutorials

I have completed the following tutorials



Animate it: This tutorial teaches you how to animate your chosen character.

When Clicked

Forever:

Switch to costume sprite 1

wait 1 sec

switch to costume sprite 2

wait 1 sec



Change Colour: This tutorial teaches you how to change colours of sprite

When Space key pressed

change colour effect by 25



Dance-Twist: This tutoral taught me how to make sprite to dance and twist. To make this happen i had to join certain codes for this to be able to work, and make the girl/boy i had chosen dance. To make it dance-twist, the following code is used:

When W key pressed

Play sound dance sample

set whirl effect to 50

wait 0.25 secs

set whirl effect to 0

wait 0.25 secs.

Glide: Glide allows you to make your sprite glide across the screen

When clicked

glide 1 secs to x: 20 y: 80

glide 1 secs to x: -30 and y: -20

glide 2 secs to x: -110 y: -100



Interactive Whirl: allows sprite to whirl

When Clicked

forever

set whirl effect to mouse x



Keep-score: Keep score allows you to keep score in your game

When Clickedset score to 0

forever

turn to the right pick random -30 to 30 degress

move five steps

if touching small fish

change score by 1

play sound comp and wait

move -100 steps

Move-to-the-beat: allows sprite - preeferrably dancer - to move to the beat when clicked.

When clicked

forever move 30 steps

play drum 35 for 0.5 secs

move -30 steps
play drum 39 for 0.5 secs

Moving-Animation: When you animate your sprite, this allows you to also make your animation move.
When clicked
forever
switch to costume sprite1a
wait 0.3 secs
move 5 steps
switch to costume sprite1b
wait 0.3 secs
move 5 steps
if on edge, bounce

Suprise Button: Allows you to make your own button
When drum clicked
change colour effect by 25
play drum pick random 35 to 81 for 0.2 secs
change colour effect by -25

Say something: Makes sprite speck to another character/or person controlling it.
When sprite clicked
say: Hey/Hello






No comments:

Post a Comment