Discuss Scratch

Splodgey
Scratcher
100+ posts

Helpful Tools (Text Box, Calculator, Case Sensor etc.)

Splodgey's Helpful Tools

Contents:
News & Announcements

Tools:


Splodgey's Text Box v1.3.2



Calculator v1.2



AlphaSorter v1.0.1



Splodgey's Case Sensor v1.0.2

Last edited by Splodgey (Oct. 21, 2013 19:43:10)


Ever wondered why there's no text box? Or why you can make sprites “say” stuff, but not display pure text? Click here! Now v1.3, includes links!
Text Box, Calculator, AlphaSorter & Case Sensor
Have a large-scale Minecraft project and you want to know how much raw materials you need to craft the “ingredients”? Click here!

Minecraft PvP Weapon Vs Armour Calculator/Simulator
Splodgey
Scratcher
100+ posts

Helpful Tools (Text Box, Calculator, Case Sensor etc.)

Back to Home

News & Announcements
17/10/2013 Calculator v1.2 released.
17/10/2013 Text Box v1.3.1 released.
16/10/2013 Text Box v1.3 released.
16/09/2013 Text Box v1.2.1 released.
16/09/2013 Calculator v1.1.1 released.
16/09/2013 Calculator v1.1 released.
16/09/2013 Thread created.


Back to Home

Last edited by Splodgey (Oct. 17, 2013 19:02:32)


Ever wondered why there's no text box? Or why you can make sprites “say” stuff, but not display pure text? Click here! Now v1.3, includes links!
Text Box, Calculator, AlphaSorter & Case Sensor
Have a large-scale Minecraft project and you want to know how much raw materials you need to craft the “ingredients”? Click here!

Minecraft PvP Weapon Vs Armour Calculator/Simulator
Splodgey
Scratcher
100+ posts

Helpful Tools (Text Box, Calculator, Case Sensor etc.)

Back to Home

Calculator v1.2




Contents:
Instructions
Info on Brackets & Symbols
Plans & Changelog

Back to Home

Last edited by Splodgey (Oct. 17, 2013 19:11:17)


Ever wondered why there's no text box? Or why you can make sprites “say” stuff, but not display pure text? Click here! Now v1.3, includes links!
Text Box, Calculator, AlphaSorter & Case Sensor
Have a large-scale Minecraft project and you want to know how much raw materials you need to craft the “ingredients”? Click here!

Minecraft PvP Weapon Vs Armour Calculator/Simulator
Splodgey
Scratcher
100+ posts

Helpful Tools (Text Box, Calculator, Case Sensor etc.)

Back to Home
Back to Calculator

Instructions

Type in what you wish to be calculated, eg. “1+2” and it will calculate it for you. No matter how many numbers you type in it should still function properly (eg. 1+3+1*2-2+1)
If you type an “&” before your calculation, it will apply BIDMAS, including brackets. (eg. 10-2*3=4, instead of 24)
No matter how many nested brackets you type in, it should still function properly. (eg. 2+(2+(2+(2+(2+(2+(2+(2+(2+2))))))))=20)

If you type just “&” it toggles “Permanent BIDMAS” on and off. When it is on, you don't need to type an “&” before your calculation to apply BIDMAS.

Back to Calculator
Back to Home

Last edited by Splodgey (Sept. 16, 2013 11:36:07)


Ever wondered why there's no text box? Or why you can make sprites “say” stuff, but not display pure text? Click here! Now v1.3, includes links!
Text Box, Calculator, AlphaSorter & Case Sensor
Have a large-scale Minecraft project and you want to know how much raw materials you need to craft the “ingredients”? Click here!

Minecraft PvP Weapon Vs Armour Calculator/Simulator
Splodgey
Scratcher
100+ posts

Helpful Tools (Text Box, Calculator, Case Sensor etc.)

Back to Home
Back to Calculator

Info

Brackets only work in “BIDMAS mode”.
If you type in too few close brackets, it will automatically add close brackets to the end of your calculation, if you type in too many close brackets, it will give an error.
Cube Roots are not perfect, because of the limits of Scratch's decimals.

Symbols v can be used in place of √
( ) √ ^ / * + -
B I DMAS

Back to Calculator
Back to Home

Last edited by Splodgey (Oct. 17, 2013 19:05:25)


Ever wondered why there's no text box? Or why you can make sprites “say” stuff, but not display pure text? Click here! Now v1.3, includes links!
Text Box, Calculator, AlphaSorter & Case Sensor
Have a large-scale Minecraft project and you want to know how much raw materials you need to craft the “ingredients”? Click here!

Minecraft PvP Weapon Vs Armour Calculator/Simulator
Splodgey
Scratcher
100+ posts

Helpful Tools (Text Box, Calculator, Case Sensor etc.)

Back to Home
Back to Calculator

Plans
  • Mathematical Constants (eg. Pi)
  • Sine, cosine, tangent
  • Solving equations
  • Automatic error detection
Post suggestions/requests below.

Bugs
  1. (Bracket a)^(Bracket b) returns 0

Changelog
v1.2
*Changed display to text box
+Added roots
* x^y now works when y is a decimal

v1.1.1:
*Fixed bug with nested brackets
*Fixed bug with more than one of the same sign in BIDMAS mode (eg. 2+2+2 only calculated 2+2)

v1.1
+Added brackets


Back to Home
Back to Calculator

Last edited by Splodgey (Oct. 17, 2013 19:12:04)


Ever wondered why there's no text box? Or why you can make sprites “say” stuff, but not display pure text? Click here! Now v1.3, includes links!
Text Box, Calculator, AlphaSorter & Case Sensor
Have a large-scale Minecraft project and you want to know how much raw materials you need to craft the “ingredients”? Click here!

Minecraft PvP Weapon Vs Armour Calculator/Simulator
Splodgey
Scratcher
100+ posts

Helpful Tools (Text Box, Calculator, Case Sensor etc.)

Back to Home

Splodgey's Text Box v1.3.2




Contents:
Instructions
Features & Supported Characters
Plans
Changelog

Back to Home

Last edited by Splodgey (Oct. 21, 2013 19:40:10)


Ever wondered why there's no text box? Or why you can make sprites “say” stuff, but not display pure text? Click here! Now v1.3, includes links!
Text Box, Calculator, AlphaSorter & Case Sensor
Have a large-scale Minecraft project and you want to know how much raw materials you need to craft the “ingredients”? Click here!

Minecraft PvP Weapon Vs Armour Calculator/Simulator
Splodgey
Scratcher
100+ posts

Helpful Tools (Text Box, Calculator, Case Sensor etc.)

Back to Home
Back to Text Box

Instructions

The Project
Press “n” for a new text box.
Type in whatever text you want to display. Check the specify coordinates if you wish to…well, obviously, if you wish to specify the coordinates…

Press “d” to delete a text box.

Press “c” to modify a text box.


Use in your Own Project
To use it in your own project, drag the “Text Box v1.3” sprite into your backpack, and unpack it wherever you want it.

To add text, replace items of the “Text Data” list, and broadcast “New Text”:
What each Item means:
  1. Text to Change - Leave this alone when adding a new text box, can be the string of text or the text's ID value
  2. Text - The actual text displayed
  3. Text X - Default is the previous text box's starting position, or -220 if it's the first text box - The starting x position
  4. Text Y - Default is below the previous text box, or 175 if it's the first text box - The starting y position
  5. Text Colour - Default is 0 (Red), A number, or Colour name (Red, Orange, Yellow, Green, Blue, Purple, Magenta or Pink)
  6. Text Brightness - Default is -100, A number, -100 makes the text black regardless of text colour
  7. Text Size - Default is 10
  8. Text Box Length - Default is 240 - The length of the text box, if the text exceeds this length, it will wrap
  9. Text Rotation - Default is 90 - The angle at which the text is facing
  10. Text Link - Default is “ ” - The broadcast that is broadcasted when the text box is clicking

To delete text, replace item 1 of text data with the string, or the id value, of the text box and broadcast “New Text”.

To modify text, replace the first item in “Text Data” with the string, or id value, of the text, and replace the rest of the items with whatever, and broadcast “New Text”

If this didn't make sense, let me know… I don't know how well I explained it.



Back to Text Box
Back to Home

Last edited by Splodgey (Oct. 21, 2013 19:44:11)


Ever wondered why there's no text box? Or why you can make sprites “say” stuff, but not display pure text? Click here! Now v1.3, includes links!
Text Box, Calculator, AlphaSorter & Case Sensor
Have a large-scale Minecraft project and you want to know how much raw materials you need to craft the “ingredients”? Click here!

Minecraft PvP Weapon Vs Armour Calculator/Simulator
Splodgey
Scratcher
100+ posts

Helpful Tools (Text Box, Calculator, Case Sensor etc.)

Back to Home
Back to Text Box


Features & Supported Characters
  • Modifiable Text Boxes
  • Text Colours
  • Text Size
  • Text Links
  • Text Rotation

Supported Characters
: ' - _ . ! ? , # @ = + ( ) ~ { } " $ % ^ & * ; | \ < > / `

Approximate List of Colours
  • 0 - Red
  • 20 - Orange
  • 30 - Yellow
  • 50 - Green
  • 130 - Blue
  • 150 - Purple
  • 170 - Pink
  • 200 - Back to red
With brightness, all other colours are theoretically possible.


Back to Text Box
Back to Home

Last edited by Splodgey (Oct. 16, 2013 15:58:53)


Ever wondered why there's no text box? Or why you can make sprites “say” stuff, but not display pure text? Click here! Now v1.3, includes links!
Text Box, Calculator, AlphaSorter & Case Sensor
Have a large-scale Minecraft project and you want to know how much raw materials you need to craft the “ingredients”? Click here!

Minecraft PvP Weapon Vs Armour Calculator/Simulator
Splodgey
Scratcher
100+ posts

Helpful Tools (Text Box, Calculator, Case Sensor etc.)

Back to Home
Back to Text Box

Plans
  • More Characters
  • Better Text Wrapping (An option for detecting spaces, so it doesn't wrap halfway through a wo
    rd)
  • [?] Multiple font
  • A text border option
Post suggestions/requests below.

Back to Text Box
Back to Home

Last edited by Splodgey (Oct. 16, 2013 15:49:46)


Ever wondered why there's no text box? Or why you can make sprites “say” stuff, but not display pure text? Click here! Now v1.3, includes links!
Text Box, Calculator, AlphaSorter & Case Sensor
Have a large-scale Minecraft project and you want to know how much raw materials you need to craft the “ingredients”? Click here!

Minecraft PvP Weapon Vs Armour Calculator/Simulator
Splodgey
Scratcher
100+ posts

Helpful Tools (Text Box, Calculator, Case Sensor etc.)

Back to Home
Back to Text Box

Changelog
v1.3.2
+Added square root symbol
*Improved the spacing of mathematical operators
*Fixed text box size default
*Fixed the Find Text method
*There is now a find text broadcast
*You can specify a text ID instead of a string for deleting/updating text

v1.3.1
*Text Links now work properly with Text Rotation

v1.3
*Rewritten most of the scripts so that all the text data is now in one list
*Slightly improved the performance
+Added Text Rotation
+Added Links (Uses broadcasting)
*You can now input a colour name instead of a value (optional)


v1.2.1
*Fixed text wrap list not deleting


v1.2
+Added text wrapping
*Fixed spaces not increasing with text size


v1.1
+Added text Size
+Added text Colours
+Added the Characters: ~ { } " $ % ^ & * ; | \ < > /

Back to Text Box
Back to Home

Last edited by Splodgey (Oct. 21, 2013 19:39:54)


Ever wondered why there's no text box? Or why you can make sprites “say” stuff, but not display pure text? Click here! Now v1.3, includes links!
Text Box, Calculator, AlphaSorter & Case Sensor
Have a large-scale Minecraft project and you want to know how much raw materials you need to craft the “ingredients”? Click here!

Minecraft PvP Weapon Vs Armour Calculator/Simulator
Splodgey
Scratcher
100+ posts

Helpful Tools (Text Box, Calculator, Case Sensor etc.)

Back to Home

Splodgey's Case Sensor v1.0.2




Contents:
Instructions & How it Works
Changelog

Back to Home

Last edited by Splodgey (Sept. 16, 2013 12:23:50)


Ever wondered why there's no text box? Or why you can make sprites “say” stuff, but not display pure text? Click here! Now v1.3, includes links!
Text Box, Calculator, AlphaSorter & Case Sensor
Have a large-scale Minecraft project and you want to know how much raw materials you need to craft the “ingredients”? Click here!

Minecraft PvP Weapon Vs Armour Calculator/Simulator
Splodgey
Scratcher
100+ posts

Helpful Tools (Text Box, Calculator, Case Sensor etc.)

Back to Home
Back to Case Sensor

Instructions

The Project
Type in any single letter, and it will tell you if it is a capital or lower case.

Use in your own project
To use it in your own project, simply drag the “Case Sensor” sprite into your backpack, and drag it out on the project you want.


How it works

It quite simply has a sprite with 27 costumes, 1 named “lower case” the rest, capital letters from “A” to “Z”. When it tests for a character, it switches to the lower case costume, then switches to the character. If the costume of the character does not exist, it will stay on the lower case costume.


Back to Case Sensor
Back to Home

Last edited by Splodgey (Sept. 16, 2013 12:20:45)


Ever wondered why there's no text box? Or why you can make sprites “say” stuff, but not display pure text? Click here! Now v1.3, includes links!
Text Box, Calculator, AlphaSorter & Case Sensor
Have a large-scale Minecraft project and you want to know how much raw materials you need to craft the “ingredients”? Click here!

Minecraft PvP Weapon Vs Armour Calculator/Simulator
Splodgey
Scratcher
100+ posts

Helpful Tools (Text Box, Calculator, Case Sensor etc.)

Back to Home
Back to Case Sensor

Changelog
v1.0.2
*Typing a number no longer says it's a capital

v1.0.1
*Fixed Case Sensor sprite setting the wrong variable to true or false

Back to Case Sensor
Back to Home

Last edited by Splodgey (Sept. 16, 2013 12:23:10)


Ever wondered why there's no text box? Or why you can make sprites “say” stuff, but not display pure text? Click here! Now v1.3, includes links!
Text Box, Calculator, AlphaSorter & Case Sensor
Have a large-scale Minecraft project and you want to know how much raw materials you need to craft the “ingredients”? Click here!

Minecraft PvP Weapon Vs Armour Calculator/Simulator
Splodgey
Scratcher
100+ posts

Helpful Tools (Text Box, Calculator, Case Sensor etc.)

while(true){
     if(HelpfulTools.pagenumber > 1){
           post("Bump");
     }
}

Ever wondered why there's no text box? Or why you can make sprites “say” stuff, but not display pure text? Click here! Now v1.3, includes links!
Text Box, Calculator, AlphaSorter & Case Sensor
Have a large-scale Minecraft project and you want to know how much raw materials you need to craft the “ingredients”? Click here!

Minecraft PvP Weapon Vs Armour Calculator/Simulator
Splodgey
Scratcher
100+ posts

Helpful Tools (Text Box, Calculator, Case Sensor etc.)

forever
if<([page number v] of [Helpful Tools v]) > (1)>
post [Bump]
end
end

define post (Post)
add (Post) to [Helpful Tools Posts v]
broadcast [New post v] and wait

Ever wondered why there's no text box? Or why you can make sprites “say” stuff, but not display pure text? Click here! Now v1.3, includes links!
Text Box, Calculator, AlphaSorter & Case Sensor
Have a large-scale Minecraft project and you want to know how much raw materials you need to craft the “ingredients”? Click here!

Minecraft PvP Weapon Vs Armour Calculator/Simulator
Splodgey
Scratcher
100+ posts

Helpful Tools (Text Box, Calculator, Case Sensor etc.)

Back to Home

AlphaSorter (0s1s) v1.0.1




Contents:
Instructions & Info
Changelog

Back to Home

Last edited by Splodgey (Sept. 19, 2013 19:53:22)


Ever wondered why there's no text box? Or why you can make sprites “say” stuff, but not display pure text? Click here! Now v1.3, includes links!
Text Box, Calculator, AlphaSorter & Case Sensor
Have a large-scale Minecraft project and you want to know how much raw materials you need to craft the “ingredients”? Click here!

Minecraft PvP Weapon Vs Armour Calculator/Simulator
Splodgey
Scratcher
100+ posts

Helpful Tools (Text Box, Calculator, Case Sensor etc.)

Back to Home
Back to AlphaSorter


Instructions
Type in the items you want to sort, once you're done, enter nothing. It will sort them into Alphabetical order.

Info
Works much faster in turbo mode. (Shift+Click the green flag)
Supports most English symbols, but they could be in a more sensible order… (All of them are before letters & numbers)
Works with characters beginning with the same letter. And the same first 2 letters, 3 letters etc.


Back to AlphaSorter
Back to Home

Last edited by Splodgey (Sept. 19, 2013 19:53:42)


Ever wondered why there's no text box? Or why you can make sprites “say” stuff, but not display pure text? Click here! Now v1.3, includes links!
Text Box, Calculator, AlphaSorter & Case Sensor
Have a large-scale Minecraft project and you want to know how much raw materials you need to craft the “ingredients”? Click here!

Minecraft PvP Weapon Vs Armour Calculator/Simulator
Splodgey
Scratcher
100+ posts

Helpful Tools (Text Box, Calculator, Case Sensor etc.)

Back to Home
Back to AlphaSorter


Changelog
v1.0.1
*Fixed it freezing when two identical words are in the list.



Back to AlphaSorter
Back to Home

Ever wondered why there's no text box? Or why you can make sprites “say” stuff, but not display pure text? Click here! Now v1.3, includes links!
Text Box, Calculator, AlphaSorter & Case Sensor
Have a large-scale Minecraft project and you want to know how much raw materials you need to craft the “ingredients”? Click here!

Minecraft PvP Weapon Vs Armour Calculator/Simulator
Splodgey
Scratcher
100+ posts

Helpful Tools (Text Box, Calculator, Case Sensor etc.)

Splodgey wrote:

while(true){
     if(HelpfulTools.pagenumber > 1){
           post("Bump");
     }
}

Splodgey wrote:

forever
if<([page number v] of [Helpful Tools v]) > (1)>
post [Bump]
end
end

define post (Post)
add (Post) to [Helpful Tools Posts v]
broadcast [New post v] and wait

Ever wondered why there's no text box? Or why you can make sprites “say” stuff, but not display pure text? Click here! Now v1.3, includes links!
Text Box, Calculator, AlphaSorter & Case Sensor
Have a large-scale Minecraft project and you want to know how much raw materials you need to craft the “ingredients”? Click here!

Minecraft PvP Weapon Vs Armour Calculator/Simulator

Powered by DjangoBB