Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit)

This is because GameMaker changed the way how scripts work.
You have to put everything inside the "playerAnimateSprite" script into the curly brackets of a function:

function playerAnimateSprite()
{
    // put code here
}

EDIT:
now I see Shaun already adressed this problem in a sticky comment under the yt video, have a look there for more information.

does not work for me

Deleted 1 year ago