oh, thats okay, but if its a Drag n drop im gonna be a using tutorials, but if its Gamemaker language, im gonna learn that. just so i can make supersonic lol (because im new to GM2)
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)