Sprite (enemy) got variable X, and when he died this value should go to Global Variable Y.
Is it possible?
Thanks!
Sprite (enemy) got variable X, and when he died this value should go to Global Variable Y. Is it possible? Thanks!
when enemy die -> system action set GlobalVariableY to enemy.variableX value
Develop games in your browser. Powerful, performant & highly capable.
> Sprite (enemy) got variable X, and when he died this value should go to Global Variable Y. > Is it possible? > Thanks! > when enemy die -> system action set GlobalVariableY to enemy.variableX value
> Sprite (enemy) got variable X, and when he died this value should go to Global Variable Y.
> Is it possible?
> Thanks!
>
NN81
yes sure, that's works Thanks man!