Similar event not working the same

The codes below basically has the same logic but only the second pic (code) works


anyone who has any idea about why this does not work the same?

Here’s a video of my preview:

I want to attach the lines on platform below just like on the top.

EDIT:
This is my full code for the platform below




I’m almost done with my project and I’m stuck at this scene :smiling_face_with_tear: any help is greatly appreciated

The events seem identical except for the objects. I would make sure the shape painters are in the scene and setup the same way. I’m assuming you unchecked both “clear the image” and “draw shapes relative”.

Otherwise, I don’t see anything.

I’m not exactly clear on what is going on, so my first question would be is why are you checking the position of these 2 objects at the same co-ordinates? I’m assuming one is in the first area, the other in the second area (where the player transports to)?

image

and

image


And completely unrelated, but are you doing the graphics yourself?

1 Like

I was so tired that I just now realized, they shouldn’ t have the same position. Thank you so much @MrMen

I changed the centrosome positions. But now on the second pic (event) does not draw the line :smiling_face_with_tear:


I’d suggest you put in some log to console actions in a few of the events to see where it gets to. That may help pinpoint the cause of the problem.

I’m not sure I know how to do this. But I’ll try and figure this out. Thank youuuu