ScratchData LogoScratchData
Back to turtlehat's profile

Unease Generator

TUturtlehat•Created July 25, 2019
Unease Generator
0
0
12 views
View on Scratch

Instructions

Keybinds: Z - Creates a specified entry. Position is determined by mouse position, and size, change in position, and new size are all determined by the sliders. X - Deletes the most recent entry from the list. C - Creates a position-specified entry. Position is determined by mouse position, and size, change in position, and new size are all randomized. V - Creates a random entry. Position, size, change in position, and new size are all randomized. J - Toggles whether the sliders are showing or not. K - Toggles whether the keybind guide window is showing or not. L - Toggles whether the list of entries is showing or not. Spacebar - Plays the sequence specified in the list with sound. Guide to Sliders: size - Determines each clone's starting size. Number on slider directly corresponds to size. newsize - Determines each clone's ending size. Clones will grow or shrink to be this size over their lifespan. Number on slider directly corresponds to size. changex - Determines how much each clone's X-position changes over its lifespan. Negative numbers move left, Positive numbers move right. Number on slider is multiplied by ten to get final distance traveled. changey - Determines how much each clone's Y-position changes over its lifespan. Negative numbers move down, Positive numbers move up. Number on slider is multiplied by ten to get final distance traveled. Guide to String: Example string: 1055023440130199 [ 1 ][ 2 ][3][4][5][6] 1: X position, 4 digits (1-4), "x1". 1st digit denotes whether values is negative (0 = positive, 1 = negative), 2nd-4th digits denote position values. Recommended range: [0000 - 0240]∪[1000 - 1240] 2: Y position, 4 digits (5-8), "y1". Same meaning as with X position. Recommended range: [0000 - 0180]∪[1000 - 1180] 3: Size, 2 digits (9-10), "s1". 00 is recognized as 100. Range: [00 - 99] 4: Change in X position, 2 digits (11-12), "dx". 1st digit denotes direction of change (0 = right, 1 = left), 2nd digit denotes magnitude of change when input value is multiplied by 3. Range: [00 - 09]∪[10 - 19] 5: Change in Y position, 2 digits (13-14), "dy". 1st digit denotes direction of change (0 = up, 1 = down), 2nd digit denotes magnitude of change when input value is multiplied by 3. Range: [00 - 09]∪[10 - 19] 6: New Size, 2 digits (15-16), "s2". 00 is recognized as 100. Range: [00 - 99]

Description

I was going to make something for Scratch Camp 2019 Part 2 but I got carried away with making a particle generator and now might not have time to participate. Oh well, this was really fun to make! Sorry for all the programmer art, I just wanted to make something as functional and modular as possible, and didn't really want to polish up the interface. This generator allows you to make a custom sequence of particles of the Japanese onomatopoeia ざわ (Hepburn: zawa), used commonly in "Kaiji" and other works by Nobᴜyᴜki Fᴜkᴜmoto. Each onomatopoeia appears at a certain size, glides to a certain point while changing size, then disappears, all over the course of 1 second. Sounds are from "Kaiji: Ultimate Survivor" Clone art by @turtlehat using Krita Everything else by @turtlehat

Project Details

Project ID322279416
CreatedJuly 25, 2019
Last ModifiedJuly 26, 2019
SharedJuly 26, 2019
Visibilityvisible
CommentsAllowed