Like in subject, situation is in this capx:
https://www.dropbox.com/s/bdrpdpzrgebrh ... .capx?dl=0
Ok I have same problem again... I try so many things... How do I make it work?
I cant change instance vairlable in other obiect by clicking copy of that other obiect...
Check file from my 1st post... And here is image what I mean:
your subevent - box id = 2 , is trying to find a box with id =2 inside the selection of boxes you made in the top event..
In the top event you select a box with id = 1 so within that selection there are no boxes with id = 2..
So there is no way to make it work?
Develop games in your browser. Powerful, performant & highly capable.
Ofcourse there is, but your event is wrong..
try this:
https://dl.dropboxusercontent.com/u/48563442/BoxID.capx
It works, thanks so much! That will make everything 2x easier now. Thanks again.