Microsoft Small Basic

Program Listing:
Embed this in your website
'Translate the green instructions into SmallBasic, after you're done,
'run the SmallBasic code (F5) to check if it works
'If it works, then delete those instructions and go on to the next instructions
'Start with instruction Number 1
' 1. Show the tortoise (*if you do NOT see a tortoise object, go to the end for info)
' 2.(run - F5)


'Did it work? Then delete previous instructions and do this next
' 1.Show the tortoise
' 2.Move the tortoise 50 pixels
' 3.(run - F5)

'Did it work? Then delete previous instructions and do this next
' 1.Show the tortoise
' 2.Change the color of the line the tortoise draws to "blue"
' 3.Move the tortoise 50 pixels
'4.(run - F5)

'Did it work? Then delete previous instructions and do this next
' 1.Show the tortoise
' 2.Change the color of the line the tortoise draws to "blue"
' 3.Move the tortoise 50 pixels
' 4.Turn the tortoise to the right (90 degrees)
'5.(run - F5)

' Did it work? Then delete previous instructions and do this next
' 1.Show the tortoise
' 2.Change the color of the line the tortoise draws to "blue"
' Do the following 4 times
      ' 3a.Move the tortoise 50 pixels
      ' 3b.Turn the tortoise to the right (90 degrees)
'4.(run - F5)

' Did it work? Then delete previous instructions and do this next
' 1.Show the tortoise
' 2.Make the tortoise move as fast as possible
' 3.Change the color of the line the tortoise draws to "blue"
' Do the following 4 times
      ' 4a.Move the tortoise 50 pixels
      ' 4b.Turn the tortoise to the right (90 degrees)
'5.(run - F5)



 'To add the tortoise object, go to CodePlex and download and unzip
    'http://extendsmallbasic.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=36516
    'create a folder named 'lib' inside your SmallBasic directory (...\Program Files\Microsoft\SmallBasic)
   'copy the two unzipped files, 'SmallBasicFun.dll' and 'SmallBasicFun.xml' to that folder
'



Copyright (c) Microsoft Corporation. All rights reserved.