Friday, 27 December 2013

Blog List

Here's a great list of blogs:

The Daily Sam G.-Evan's Electricity-Monthly Awesomeness-Terrific Tess Time-Emma's Excellent Empire

Thursday, 26 December 2013

Monthly Awesomeness

My cousin Kate started a blog on Boxing Day. It is called Monthly Awesomeness. It is on Blogger. To find it, search this.

                            Monthlyawesome.blogspot.ca

Sunday, 22 December 2013

Lookin' out the Window on Christmas Eve

                                                   Lookin' out the window on Christmas Eve

                                                                            Main:

                                                  Lookin' out the window on Christmas Eve
                                              And we wonder why all this stuff is sittin' out there
                                                                    And we remember:
                                                           It's winter on Christmas Eve
                                                                       Christmas Eve
                                                 
                                                
                                                 Lookin' out the window on Christmas Eve
                                                          And we see the whitened snow
                                                    We wonder why it's sittin' out there
                                                                And we remember:
                                                         It's winter on Christmas Eve

                                                    Lookin' out the window on Christmas Eve
                                                            And we see the slippery ice
                                                    We wonder why it's sittin' out there
                                                                 And we remember:
                                                           It's winter on Christmas Eve

                                                                         Main

                                              Lookin' out the window on Christmas Eve
                                                        And we see the evergreen tree
                                                    We wonder why it's sittin' out there
                                                                And we remember:
                                                          It's winter on Christmas Eve

                                              Lookin' out the window on Christmas Eve
                                                       And we see a anti-leaf tree
                                                  We wonder why it's sittin' out there
                                                               And we remember:
                                                        It's winter on Christmas Eve
  
                                                                     Main 3X

                                                               Christmas Eve
                                                               Christmas Eve

                                                            
                                               
       
                                                     

Friday, 20 December 2013

Jingle Bell Rock

                                                             Jingle Bell Rock
                                                    By the amazing writer of "Christmas Vacation"

                                            Jingle bell, Jingle bell, Jingle bell rock
                                             Jingle bell ring and jingle bell swing
                                            Snowin' and blowin' up bushels of fun
                                                 Now the jingle hop has begun

                                             Jingle bell, Jingle bell, Jingle bell rock
                                              Jingle bell chime and jingle bell time
                                          Dancin' and prancin' in Jingle Bell Square
                                                               In the frosty air

                                                              What a bright time
                                                               It's the right time
                                                         To rock the night away

                                                               Jingle bell time
                                                              It's a swell time
                                                    To go a ridin' in a one-horse sleigh

                                                Giddy up, jingle horse, pick up your feet
                                                            Jingle around the clock
                                                    Mix and mingle in a jinglin' beat
                                                        That's the jingle bell rock!

                                                  Jingle bell,Jingle bell, Jingle bell rock
                                                  Jingle bell, Jingle bell, Jingle bell rock
                                                   Jingle bell, Jingle bell, Jingle bell rock!

                                                             
                                              

Saturday, 14 December 2013

Petit Computer Tutorials: Set 1

                                                                                                                                                  
Hello! Welcome to my Petit Computer tutorials! Today we will learn how to make a game! First, make a title screen. Then, follow this code.

FOR X=1 TO 24
PRINT "
NEXT

This makes the entire top screen move up off the page!
                                                                                                                                                
Next, we will find out how to clear the bottom screen (CLS won't work-it'll clear the top screen as well) and put a design in the keyboard's place. First, use GRPED to draw a design. Then use this code.

LOAD"  ( Here, write GRP1. Then, write its name.)

When you finish, go into run mode and write the command RUN. Nothing should happen. Go back into edit mode and type this code.

PNLTYPE "OFF"

This makes the keyboard disappear, so your design takes its place.    
                                                                                                                                                  
Next, let's learn how to move a text character on the top screen using the circle pad!  Use this code.

@LOOP
K=BUTTON(2)
IF K AND 1 THEN Y=Y-1
IF K AND 2 THEN Y=Y+1
IF K AND 4 THEN X=X-1
IF K AND 8 THEN X=X+1

LOCATE X,Y
? " A" (Or another text character)

VSYNC 1:CLS
GOTO @LOOP

You can now move a text character!                                                      
                                                                                                                                                  
Now you have made a simple game!
Thanks for reading Petit Computer Tutorials: Set 1:-)
                                                                                                                                                  
                                                                                                           



Sunday, 8 December 2013

Designs!

There is a black design

There is a orange and yellow one too

I've also seen a pink, red, and orange one as well

If you can believe it, I've even seen a cool photo design







There are so many different designs for Blogger. A few are listed in the poem above.

My Christmas Song

                                                                 Christmas Vacation

                                                  It's Christmas day when presents come
                                                            We all love toys and gifts 
                                       It is on this day we decide what we should do today...
                                                                We go on vacation
                                                             Just not onto the beach
                                      Because the beach will be so cold it is snowing outside...
                         
                                                 It's Christmas day when presents come
                                                           We all love toys and gifts
                                       It is on this day we decide what we should do today...
                                                                We go on vacation
                                                           Just not to the North Pole
                                      Because we might disturb Santa working with his elves...

                                                It's Christmas day when presents come
                                                        We all love toys and gifts
                                     It is on this day we decide what we should do today...
                                                               We go on vacation
                                                          Just not to the splashpad
                                             Because in the winter it would be a icepad...

                                             It's Christmas day when presents come
                                                      We all love toys and gifts
                                  It is on this day we decide what we should do today...
                                                          We go on vacation
                                                        Just not to the desert
                                          Because in the desert you will burn up...

                                       It's Christmas day when presents come
                                                 We all love toys and gifts
                            It is on this day we decide what we should do today...
                                                       We go on vacation
                                                   We will go to Grandma's
                                Because Grandma is someone that we can trust...

                                        It's Christmas day when presents come
                                                             It's Christmas day when presents come
                                                                   It's Christmas day when presents come!