Hi everyone I'm taking a project from construct 3, and remaking the events in construct 2. I'm wondering how to translate this event using construct 2's function?
In C2 you can pass function parameters when calling a function, in this case pass EnemyMask.UID
Inside the function use Function.Param(0) to access this parameter value.
Develop games in your browser. Powerful, performant & highly capable.
In C2 you can pass function parameters when calling a function, in this case pass EnemyMask.UID Inside the function use Function.Param(0) to access this parameter value.
Oh my goodness I never thought of trying that! Just making sure is this event correct?
Not really...
Thank you so much! I was stuck on this problem for hours. You saved me hours of work. : )