1
Programming Questions / Re: More Spinning Cherries
« on: August 21, 2016, 03:43:56 PM »
Thanks guys, its working now.
Sorry for my ignorance when it comes to coding.
Sorry for my ignorance when it comes to coding.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
___________________________________________
############################################################################################
FATAL ERROR in
action number 1
of Step Event0
for object objCherry:
Variable objCherry.orbitRadiusInc(100075, -2147483648) not set before reading it.
at gml_Object_objCherry_StepNormalEvent_1 (line 8) - if orbitRadiusInc = true { orbitRadius -= orbitRadiusDev; if orbitRadius < orbitRadiusMax { orbitRadius = orbitRadiusMax; orbitRadiusInc = false } } // increase radius
############################################################################################
Sorry I keep adding to the list of errors, I can't seem to fix them myself.
___________________________________________
############################################################################################
FATAL ERROR in
action number 1
of Step Event0
for object mustrack:
Variable objCherry.radiusDevdiusDev(100019, -2147483648) not set before reading it.
at gml_Script_scrMakeCherrySpin (line 24) - orbitRadiusDev = radiusDevdiusDev
############################################################################################
--------------------------------------------------------------------------------------------
stack frame is
gml_Script_scrMakeCherrySpin (line 24)
called from - gml_Object_mustrack_StepNormalEvent_1 (line 1) - with(objCherry) { scrMakeCherrySpin(1,x,y,5,0,3,5) }
I don't know if it is to do with the fact I am using the Yoyoyo engine.
with(delicious_fruit) { scrMakeCherrySpin(objCherry,384,320,5,1,900,5) }