A downloadable project

Download NowName your own price

This Project contains easy to use sprites that you can import into any scratch.mit.edu project to add the functionality.


Zoom module - creates a slider on the side of the screen that changes a variable called "zoom". you can multiply locations by this variable to make a functioning zoom mechanism

Text Rendering module - Specify where you want the text, how large it is, the distance between different letters and what the text says.

  • Instructions:
  • Put the text you want to draw in the first input
  • Put the x and y position (where you want to draw the text) in the 2nd and 3rd input
  • Put the size of the text in the 4th input
  • Put the distance between each letter in the 5th input (recommended is 10 but you will need to change this to make it fit better with your text size)
  • In the 5th input, if you put c, the text will be centred around your x position but if you put l, it will start at your x position.
  • In the 6th input, you can enter a value where the text will be scrolled down to the next line if it goes past. (If you don't want it to loop set it to 9999)

Find Screen Size Module - This sprite will find the size of the stage. This is good for if you want to have a resizable game and need to find what the size of the stage is.

Chat Module - This module creates an online chat room through the use of lists and cloud variables.

Download

Download NowName your own price

Click download now to get access to the following files:

Zoom Module.sprite3 4 kB
Text Rendering Module.sprite3 32 kB
Find Screen Size Module.sprite3 2 kB
Chat Module.sprite3 6 kB

Comments

Log in with itch.io to leave a comment.

Text rendering is really cool and worked perfectly thanks 10/10