Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ScratchThon

Python to Scratch compiler and IDE

⚠️ Warning: ScratchThon is in a very beta stage. Many features are experimental, and some exports may not work perfectly, expect 1 trillion bugs

Update log

ScratchThon Syntax and Scripting

All Functions

basic scratchthon code

onFlagclick()
gotoXY(0,0)
print('Welcome to ScratchThon')
wait(1)
move(50)
wait(0.5)
move(-30)
end()

linking to images

link('cat.png')

all functions

onFlagclick()

  • does something on flag click

link(assetName)

  • Links an uploaded image as a sprite.

move(int)

  • Moves sprite

end()

  • ends.

wait(seconds)

  • wait some seconds

gotoXY(x,y)

  • moves sprite to position

print(str)

  • makes sprite say something

update log

[b1.0]
- first beta release
[b1.1]
- added more import/exports
- added tabs in text editor

About

Python to Scratch compiler and IDE

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages