move 1 1
pause 10
text "Welcome to Cubed Addict! We'll start with the basics..."
load 1
pause 50
text "Cubed Addict is a multiplayer game, you are on the left."
move 2 2
move 2 3
loadremote 7
pause 50
text "Your opponent is on the right"
move -2 3
pause 50
text "Until there is an opponent to play against, the opponents side will be lifeless."
//move around randomly
move l
move l
move d
move r
move r
move r
move r
move u
move l
move l
move d
move r
move r
move r
move r
move u
text "The object of this game is to survive for longer than your opponent."
pause 10
text "You can use the yellow cursor to swap the position of any two blocks."
//move cursor, make a couple of switches with the final one making a match
move d
move r
switch
move u
move l
move l
switch
move u
move u
move r
switch
pause 120
text "Blocks can be matched in horizontal or vertical lines of 3 or longer."
pause 10
text "Blocks that are matched will disappear and the blocks above them will fall."
//Cursor moves around and makes a 4 and 5 block match.
load 2
move 1 1
pause 80
move u
move u
move u
move r
switch
//switch above makes horizontal match of 6 by switching two blocks in the middle of the row
pause 100
move d
move r
text "If you match 5 blocks or match multiple sets of blocks quick enough garbage blocks are created."
switch
//switch above makes vertical match of 5
pause 100
move d
move l
move l
move l
pause 70
switch
//switch above makes a vertical match of 2 columns of 3
pause 150
text "If blocks make more matches when they fall, a 'chain' is started."
pause 10
text "Chains can create much larger garbage blocks."
//do some chains
move 3 6
load 3
pause 80
move d
move d
move d
pause 30
switch
move u
move u
move u
move r
pause 20
switch
move d
move d
move l
move l
switch
move d
move d
move r
move r
switch
move u
pause 119
switch
pause 150
text "The larger the chain, the bigger the piece of garbage created."
pause 20
load 8
pause 30
text "Garbage can only be removed by matching blocks touching the garbage."
move 1 3
switch
pause 300
text "If you run out of blocks, you can force blocks to rise by pressing the '0' key."
pause 10
text "You can also raise blocks by moving to the bottom row and pressing DOWN."
grow 1 3 5 2 3 1
grow 4 4 2 5 4 2
grow 1 3 5 2 3 4
grow 2 4 2 5 2 1
grow 1 3 5 2 3 2
grow 2 4 2 5 3 2
pause 50
text "If any blocks reach the top of the screen, their column will shake."
text "Leave them that way for too long, and you will lose the game."
pause 20
grow 3 2 4 2 4 1
grow 2 2 1 3 3 2
grow 4 5 1 5 2 1
grow 5 3 2 1 4 4
pause 250
text "There are three kinds of special blocks: Bombs, Star Cubes and Rain Cubes."
text "You can match Bomb blocks together to clear surrounding blocks."
load 4
loadremote 7
move 1 5
move r
move r
pause 30
move d
move d
move r
pause 50
switch
pause 100
move l
move l
move l
move l
switch
pause 200
text "Star Cubes can be matched with normal blocks to clear every block of that color."
load 5
move 1 4
pause 50
move r
pause 20
move d
move d
pause 80
switch
pause 100
move u
move r
move r
pause 80
switch
pause 250
load 6
pause 50
text "When Rain Cubes are matched they will throw random blocks onto your opponents board"
move 1 1
pause 80
move u
move u
move u
move r
switch
pause 280
text "Now you know the basics but there is still alot more to learn."
pause 10
text "This tutorial is complete. We'll now start a new game."
