When I use the while loop in construct 2 my browser crash, its a bug?
UPDATE: probably i make a infinite loop causing the crashing
Develop games in your browser. Powerful, performant & highly capable.
example capx file?
Freuvim
you probably have created an infinite loop... the while loop is not ever ending because the condition is not being detected.