I create simple program but this cant display properly on IE8. What might cause that problem ?
Develop games in your browser. Powerful, performant & highly capable.
IE8 does not support HTML5 games at all (it has no <canvas> element support). IE9+ is the minimum requirement.
Ashley please tel me why graphics, text objects are diferent on FF and chrome? I test my games on chrome so my game looks perfect on this browser but when i Open game on FF some objects are in diferent position ➕ ➖ few pixels
The manual warns about this: https://www.scirra.com/manual/116/text
blackhornet ok. Its possible to create a condition if is on firefox >do something or is on chrome >do this ?
The solution is to not use the Text object if this matters to you. SpriteFont is another way to go.