Bingo (Scratch Modification)
From the Scratch Wiki — made by Scratchers, for Scratchers.
(Redirected from Bingo)
| Bingo | |
|---|---|
| | |
| Version | 1.3.0 |
| Operating Systems | Windows, Macintosh, Linux |
| Developer(s) | LS97 |
| Open source? | Yes |
| Programming language | Squeak |
| Released? | Yes |
| Compatible with | Scratch 1.4 |
| Official Website | http://bingoprogramming.weebly.com/ |
| Forum Topic | http://scratch.mit.edu/forums/viewtopic.php?id=37734 |
Bingo is a Scratch modification based on Scratch 1.4.
Contents |
Changes
Bingo has changes to Scratch's interface, blocks, and menus.
Interface Changes
- An "Open Shortcut" button
- 'Last opened project' in file menu
- Skin Themes are in v1.2
- Two extra categories
Block Changes
Bingo has a total of approximately 75 added or modified blocks. These are:
Motion Blocks
- [Set rotation style to []] — Sets the style of rotation for the sprite
- [Toggle draggable] — Changes whether a sprite can be dragged online and in presentation mode
- (Rotation style) — Reports the style of rotation
Control Blocks
- (Last Broadcasted) — Reports the last broadcast that was broadcasted
Looks Blocks
- (Grab from screen) — Makes a new costume for sprite in the same way as if you right clicked on the Stage and selected "grab screen region for new costume."
- (Name of costume []) — Reports the name of a certain costume which you specify.
- <Showing?> — Reports true if a sprite is showing
- <Visible?> — Reports true if a sprite is visible (ie. ghost effect isn't set to 100)
- (Layer) — Reports the layer of the current sprite
- [Import image] — Imports an image from the computer to the project in the form of a new sprite
Sensing Blocks
- [Sprite [] is touching sprite []] — Reports true if the two sprites specified are touching
- [Ask [] in dialog] — Brings up dialog onto the program and asks the question specified
- (Color [] as []) — Changes colors on the sprite in the specified manner
- (Color r [] g [] b []) — Changed colors on the sprite accordingly
- <[] Mouse down> — Reports true if specified button of mouse is pressed (left, right, middle or any)
Sound Blocks
- [Default system beep] — Makes the default system beep of your computer play
Operators Blocks
- ([] + []) — Updated version of the () + (), () — (), () * () and () / () blocks, it includes all of these in a drop down menu, as well as a ^ (to the power of) sign and E
- <[] xor []> — Mixture of the [] and [] and [] or [] blocks, it means [] and/or []
- (Letters [] to [] of []) — Specifies certain letters of a string
- ([] []) — The string in the first box can be changed according to what is in the second, the options are reversed, lowercased, uppercased and shuffled
- (Index of [] from [] of []) — Indexes a string from a certain letter according to how you specify it to do
- [Split [] using [] into []] — Splits up a string divided by a specified character into a list, for example: Split [1, 2, 3, 4, 5] using [,] into [List]
- (Join [] using []) — Does the opposite of the above block, for example: Join [List] using [,] would report "1, 2, 3, 4, 5"
- (If [] then [] else []) — If the first box reports true, then it does the coding after "then," whereas if it reports false, it does the coding after "else"
- <[] contains []> — Reports if a string contains a certain character
- <[] is []> — Reports true if the string in the first box equals one of the options in the second. These options are "a number," "text," "a color," "all uppercase," "all lowercase," "some uppercase," and "some lowercase"
- (Round [] to [] places) — Rounds a value to a specified number of decimal places
- ([] of [],[]) — Finds either the lowest common denominator (LCM), Greatest common factor (GCF) or modular arithmetic (mod) of two values
- (Log base [] of []) — Logarithm
- (Sum from [] to []) — Adds up all the numbers specified, for example: Sum from [1] to [5] would be 15, because 1 + 2 + 3 + 4 + 5 = 15
- (∞Inf) — Uses infinity as a value
Pen Blocks
- <Pen down?> — Reports true if the pen is down, and false if not
- (Pen color) — Reports the color of the pen
- (Pen hue) — Reports the hue of the pen
- (Pen size) — Reports the size of the pen
Variables Blocks
- [Set [] to [color]] — Makes a variable a certain color
- [Show list []] — Shows the specified list
- [Hide list []] — Hides the specified list
World
Note: This is a new category.
- [Quit Bingo] — Exits the Bingo program
- ([]) — Shows the time, short date, weekday, weekday #, hour, minute or second according to your computer
- (Key pressed) — Reporter block reporting if a key is pressed
- (Read file []) — Reads and reports a text file on your computer
- [Write [] to file []] — Writes text to a text file on your computer
- (Read URL []) — Reads and reports the source code of a webpage
- (Read line [] of file []) — Reads and reports a certain line of a text file
- (Read line [] of URL []) — Reads and reports a certain line of source coding of a webpage
- [Go to []] — Opens a webpage in your browser
- (IP Address) — Reports your IP address
- <Hosting mesh?> — Reports true if you are hosting Mesh
- [Host mesh] — Hosts a mesh session
- [Join Mesh on IP []] — Joins a mesh session on the specified IP
- [Quit Mesh] — Quits a Mesh session
- [Switch to [] cursor] — Switches to a different cursor, the available cursors are:
- Normal
- Square
- None
- Working
- Read
- Write
- Execute
- Crosshair
- Eyedropper
- Fill
- Marker
- Pen (by LS97)
- Stamp
- Right arrow
- Down arrow
- Up arrow
- Move
- Question mark
- Menu
- Hand
- Fist
- Origin
- Corner
- Resize diag
- Resize horiz
- [Run [] as smalltalk code] — Runs something in smalltalk code
More
Note: This is a new category.
- [Press flag] — This can be used instead of manually pressing the Green Flag
- ([Constant]) — Provides list of values which are constants, these values are pi, e, phi, new line, tab and userpath
- <True> — Reports true
- <False> — Reports false
- (Sprite name) — Reports the name of the sprite
- [Add variable []] — Creates a new variable
- [Delete var []] — Deletes a variable
- [Add list []] — Creates a list
- [Delete list []] — Deletes a list
- [Move [] to X:[] Y:[]] — Changes the position of a variable or list
- [Set layout of [] to []] — Changes the layout of a variable, large, small or slider
- [Show dialog [] title []] — Brings up dialog onto the screen with a specified title
- <[] in dialog confirmed> — Brings up dialog onto the screen with the option to press "OK"
- [Inform []] — When block is activated it brings up a small menu with the text you specify in it, with the option to press "OK"
- <[] confirmed?> — Brings up a menu similar to the one in the block above, which gives you the options of "Yes" and "No," depending on what you choose the block will either give false or true