YoYoGames / GameMaker-Bugs

Public tracking for GameMaker bugs
22 stars 8 forks source link

In-Game: [HTML5] instance_activate/deactivate_object() do not work #7213

Open gm-bug-reporter[bot] opened 1 month ago

gm-bug-reporter[bot] commented 1 month ago

Description

both instance_activate_object and instance_deactivate_object don't work when running the game in HTML5

Steps To Reproduce

The only code I used is the one attached in the image, then both Object2 (the one contaning the code) and Object3 in one room, when running in windows the down arrow deletes Object3, when running in HTML5 it doesn't.

Which version of GameMaker are you reporting this issue for?

IDE v2024.6.2.162 Runtime v2024.6.1.208

Which operating system(s) are you seeing the problem on?

Windows 10.0.19045.0

Which platform(s) are you seeing the problem on?

HTML5

9bc1b6c9-6976-4f7f-9bdb-2bf4fd2eabe4

aherrington7452 commented 1 month ago

I'm working on a game for a game jam this weekend and just discovered this bug for myself!

Screcords1 commented 1 day ago

Also true for instance_deactivate_layer() I think. instance_deactivate_all() crashes the whole game too.