Show Posts

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.


Topics - DemoTou

Pages: [1]
1
Hey,

I'm currently trying to recreate spikes that go up and down whenever you jump like in Boshy.
I found this post https://iwannacommunity.com/forum/index.php?topic=2390.msg17113#msg17113
and did everything that was written there but I get this error. (I'm using Game Maker Studio 1.4.1)

___________________________________________
############################################################################################
FATAL ERROR in
action number 1
of  Step Event0
for object objJumpspikeUp:

Push :: Execution Error - Variable Get 102128.tX(100224, -2147483648)
 at gml_Object_objJumpspikeUp_StepNormalEvent_1 (line 12) -     x=lerp(sX,tX,sine);
############################################################################################

I hope someone can help me figure out where the problem is.

2
Hey,

I'm using GMStudio 1.4 and YoYoYo's engine for it.
I'm very new and never had any contact with making games or coding so if the problem is obvious I'm sorry for bothering.
At the moment I just started making a fangame and wanted to add slopes but sometimes when I jump on them (maybe like 50% of the time) I get this Error and have no Idea what I'm doing wrong.

httpss://gyazo.com/a356c4bdc0cd150674e88ea8bf0be4550
httpss://gyazo.com/e9c707eba7184abde71547c133b29749

___________________________________________
############################################################################################
FATAL ERROR in
action number 1
of  Step Event0
for object objPlayer:

DoDiv :: Divide by zero
 at gml_Object_objPlayer_StepNormalEvent_1 (line 209) -             while ((!place_meeting(x+hTest,y-ySlope+(global.grav),objSlope) || (onSlope && !place_meeting(x+hTest,y-ySlope+(global.grav),objBlock))) && ySlope*global.grav > -floor(moveLimit*(hTest/hspeed)))
############################################################################################

I hope someone can help me, thx for any incoming help. :)

Pages: [1]