SEA programing

by randyruby (from scratch)
See Code Download Embed
now with SEA programing
you can code SNAP!

codeing with RandyRuby:

first you need to make a event: OnStart() 
will make the script start when you write this code.

then you need a command:
OnStart(say) 
will make the game say somthing you text in script
editor.

there are 16 with script editor commands:
OnStart(move up)
OnStart(move down)
OnStart(move left)
OnStart(move right)
OnStart(pen down)
OnStart(pen up)
OnStart(draw square)
OnStart(clear)
OnStart(pen blue)
OnStart(pen green)
OnStart(pen red)
OnStart(pen any)
OnStart(say)
OnStart(save)
OnStart(load)
OnStart(write)
OnStart(sound 1)
OnStart(restart)
OnStart(turn off)
OnStart(talk)

without script editor there are  9 commands:
OnStart(move down)
OnStart(move left)
OnStart(move right)
OnStart(move up)
OnStart(pen up)
OnStart(pen down)
OnStart(pen blue)
OnStart(pen green)
OnStart(pen red)
OnStart(sound 1)
OnStart(restart)
OnStart(turn off)

Created July 17, 2021

Last updated August 19, 2021

Published July 17, 2021