(pre 2.3) i keep getting this error that i can't fix

hello! so i've been following this youtube tutorial (i decided to switch to pre 2.3 so that i'll have less trouble)
and for some reason i keep getting this error
___________________________________________
############################################################################################
FATAL ERROR in
action number 1
of Create Event
for object oPlayer:

Variable oPlayer.sPlayer(100009, -2147483648) not set before reading it.
at gml_Object_oPlayer_Create_0 (line 7) - spriteIdle = sPlayer;
############################################################################################
--------------------------------------------------------------------------------------------
stack frame is
gml_Object_oPlayer_Create_0 (line 7)
here's my file if it'll help anyone who's going to bother with this
https://mega.nz/folder/uvwQGKBa#2mOsbrNmOV9dOvVyDsBo6w
 

TsukaYuriko

☄️
Forum Staff
Moderator
Programming Forum Guidelines

Do not post the source code of your project.
We advice strongly against posting your source code, unless it is the last remaining way for you to share information and someone to assist you. Even in those cases, you should contact those who request for it privately and take it down once the problem has been solved.
Please post the relevant code rather than the entire project.


Anyway, sounds like you're trying to assign a sprite named sPlayer but don't have a sprite named that. Do you?
 
Please post the relevant code rather than the entire project.


Anyway, sounds like you're trying to assign a sprite named sPlayer but don't have a sprite named that. Do you?
oh damn can't believe i missed something as simple as that X.X
well thanks alot for mentioning it (it works now)
so should i delete this thread now that the issue has been solved?
 
Top