XManBG's Forum Posts

  • I really don't understand, why some people are using the term MMO for every multiplayer game they would like to talk about... MMO is a MASSIVE multiplayer game like WoW, which implicitly expects tons of players to play simultaneously online... and not Checkers, or Pong :) Please, the up to 8 players multiplayer games have been invented long time ago.

  • <img src="smileys/smiley4.gif" border="0" align="middle" /> Thank you very much for the pinning example!!

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • The problem occurs after 6th zoom level, where the Text size is already about 800 px. That's not extremely huge Text, but just like very big letters, which are passing by/through the viewers browser window. If it could be enlarged to swallow at least one or two more scales (Text object size at least greater than 800 px), it would be great!! Actually I did like the Text object scaling together with the first layer, because of its simplicity.

    I've tried to put the Text objects on a second layer and use dependent Font Size scaling connected the the same Mouse wheel event, instead of Text object size scaling. Changing to second layer makes the positioning of more Text fields during scaling a little difficult, because I have explicitly to take care for its. It is actually not the same...

    Thanks.

  • Hi together, I think it should be reported inhere, and I haven't found the same issue before.

    There is a problem with the System Layout Scale event, when there is some text positioned in the scaled layout. The problem comes after the code is build and run in the browser.

    Mozilla v15.0.1 gives following error:

    <font color="red">Javascript error!

    NS_ERROR_OUT_OF_MEMORY: Component returned failure code: 0x8007000e (NS_ERROR_OUT_OF_MEMORY) [nsIDOMHTMLCanvasElement.width> http://localhost:50000/Text_plugin.js, line 265 (col undefined) This is either a bug in Construct 2 or a problem in a third party plugin or behavior - please report it to the developer! Chrome v24.0 shows just black screen, and under Inspect Element's console are some reported WebGL errors.

    A link to the capx file: CAPX

    Mouse Wheel Up and Down are for zoom in/out. On the 6th zoom in level, the error is present. Tested under WinXP and Win7 - same behavior. I have not used third party plug-in, but just the packaged Text and Mouse objects in an empty layout.

    Cheers