D.I.Y Update

major update

Cozy Twinkie · published · build 24386064

Hii!! ːsteamhappyː

-MiniGame Maker (DIY) is now available in this new update. It’s a super quick way to build tiny 3–10 second mini-games right inside the game, I hope you can understand how it works and build really cool mini games lol (Pretty DIY, WOW!).

-How to use it? (super short version):

1. Open the Maker in extras, then press "New Minigame" (Also includes "Atrapa la Estrella" example mini game).

2. Draw a background and place up to 8 objects.

3. Add with "Add Object" and paint each object by pressing "Edit Sprite" (and add up to 8 animation frames if you want, also you can delete Objects by pressing "Delete Object").

4. Give them simple orders with blocks or CozyScript by pressing "Edit Logic" (CozyScript works in English and Spanish, and it doesn't care about capitals).

Events Examples:

Event

Fires

start

when the minigame begins

tap

when the object is clicked

key z

when Z (or X) is pressed

timer 2

once, at 2 seconds

every 1

over and over, every 1 second

touch sun

when it bumps into the object "sun"

Actions Examples:

Action

What it does

move right 100

slides (right/left/up/down)

goto random

jumps to a random spot

turn 90

spins 90 degrees

size 2

grows to double size

animate 6

plays its frames

follow

sticks to the mouse

sound pop

plays an effect (pop, boom, coin...)

say Hi

pops up a speech bubble

hide / show

vanishes or appears

win / lose

ends the round (the whole point!)

Tip: most actions take "in <seconds>" at the end to make them smooth. "move right 200 in 0.5" glides over half a second.

5. Give it a name and phrase, then hit Test. If it works, click Add to Gallery and your mini-game joins the official rotation.

That’s it. Save often (it’s still experimental, things may NOT work properly and may BREAK) and go make something ridiculous.

(Right now it’s not possible to publicly share minigames on the Workshop, but feel free to share your creations on the community forum. If you run into any bugs or anything weird, just let me know in the comments of this announcement -Noodle A.M)