Main Page
From Snap! Wiki, made by Snappers for Snappers
Welcome to the Snap! Wiki!
The Snap! Wiki is an unofficial wiki about Snap! (Build Your Own Blocks). Snap! (formally BYOB) is a visual programming-language inspired by Scratch, featuring more features than Scratch, such as first class procedures, lists, and sprites, and the ability to add blocks and reporters.
Welcome!
when @greenFlag clicked ::control say [I am very confused about Snap!] for (2) seconds:: looks visit [https://snapwiki.miraheze.org/] ::sensing for each ((item::reporter variables)::#dc4c14) in (list [blocks] [features] [and others] @delInput @addInput::#ea9473) { think [hmm...] for (2) seconds::looks say (join [I now know about ] (item) [.] @delInput @addInput:: operators wait (0.5) seconds::control }::#dc4c14 say [That clears some things up.] for (2) seconds::looks cap
Table of Contents
A sprite has a position (x, y) and a direction. The X of the position is the horizontal one, it goes left to right. The Y of the position is the vertical one, it goes down to up. The direction (angle) is where the sprite points at. 90 is right, 270/-90 is left, 180 is down, and 0 is up... |