Hello
can you tell my why this not work??
<img src="http://wisimedia.de/expression.png" border="0" />
Develop games in your browser. Powerful, performant & highly capable.
random() can have floats.
Try int(), or floor(), ceil(), etc.
Thank you :) Works.