btw, i just want to know if V4 will include Super sonic? (btw its working now :D)
Viewing post in ChrisFurry's Barebones Sonic Engine comments
1, never use drag and drop lol
it seems easier but trust me it isnt, in GM1 its automatically drag and drop but there are code blocks.
2, it's quite simple to make super sonic actually, you create a variable for it, like for example, literally just 'super', then you make it so any code that damages you doesnt work when super, and make sonic's speed faster when super.
Sorry if my explaining things confuses you, i've never been good at explaining how things work lol.
states and animations are in the enum,
for super you would literally just add 'superform = 0' to the create event.
i suggest you start reading up on this GameMaker Studio 2 Language Reference
Very simple. (sorry i didnt get notified of this one for some reason)