Discuss Scratch
- Discussion Forums
- » Show and Tell
- » Helpful Tools (Text Box, Calculator, Case Sensor etc.)
- Splodgey
-
100+ posts
Helpful Tools (Text Box, Calculator, Case Sensor etc.)
while(true){ if(HelpfulTools.pagenumber > 1){ post("Bump"); } }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
Last edited by Splodgey (Oct. 4, 2013 16:57:31)
- Splodgey
-
100+ posts
Helpful Tools (Text Box, Calculator, Case Sensor etc.)
First Post
Major Text Box update:
Text Box v1.3 Changelog
*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)
Major Text Box update:
Text Box v1.3 Changelog
*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)
Last edited by Splodgey (Oct. 16, 2013 15:55:06)
- 24691357
-
100+ posts
Helpful Tools (Text Box, Calculator, Case Sensor etc.)
Back to HomeWith brightness, all other colours are theoretically possible.
Back to Text Box
Features & Supported Characters
- Modifiable Text Boxes
- Text Colours
- Text Size
- Text Links
- Text Rotation
Supported Characters
: ' - _ . ! ? , # @ = + ( ) ~ { } " $ % ^ & * ; | \ < > / `
Approximate List of ColoursWith brightness, all other colours are theoretically possible.
- 0 - Red
- 20 - Orange
- 30 - Yellow
- 50 - Green
- 130 - Blue
- 150 - Purple
- 170 - Pink
- 200 - Back to red
Back to Text Box
Back to Home
Not, for example grey.
- Splodgey
-
100+ posts
Helpful Tools (Text Box, Calculator, Case Sensor etc.)
That's a good point… Brightness seems to be broken at the moment anyway, I have no clue why it happened but one day, without any of the code being modified, it just stopped working.theoretically possible.Not, for example grey. With brightness, all other colours are
Last edited by Splodgey (March 18, 2015 15:00:38)
- Discussion Forums
- » Show and Tell
-
» Helpful Tools (Text Box, Calculator, Case Sensor etc.)