trance's Forum Posts

  • Hey gus,

    I would like to display an object at the very beginning of a layout BUT ONLY ONCE ! So when I quit my game a launch it again, the object doesnt appear on that layout because it was already viewed during the previous launch.

    Maybe something like a tutorial screen, it also does not appear everytime you launch some game.

    I guess it will be done with Webstorage feature but I dont know how.

    Thanks.

  • downloading and reinstalling java doesnt work, nothing changes... thats weird..

  • Oh God, I am so lost..nothing seems to work..

    I even reinstalled my whole PC, so there is no useless software just drivers (graphics, audio etc..) the ONLY things I installed is Construct 2 and JAVA 7 Update 60 (64 bit) and nothing ! Same errors over and over again !

  • I already did- - but no right solution was suggested...

  • tried that too..nothing

  • I tried r169 and r170 and still nothing..

  • I am not, I even reinstalled my Win 7 and installed Java again... the problem still persists..

  • Everytime I want to export my project, some bug screen appears and there is nothing I can do to finish it. AllI can click on is - Ignore, Repeat or Cancel, none of these buttons will eventually export my project. Doesnt matter to which device I want to export the project - Android or iOS or Web ...

    Everytime I get these errors - http://postimg.org/image/hgn2h3toz/ and http://postimg.org/image/v0usfuh0p/

    However, when I export with the minify script "UNCHECKED", it will export the project without any problems.

    I have Java installed (x64 version for Win 7 64 ) and verified.... I also tried to install both versions (32 + 64) and nothing..

  • OK so the problem is in the minifying script...but I dont know how to make it work, Java is installed but everytime I tried to export with minifying on I got those errors (see above)

  • well i was exporting without any problem in previous versions - r150-r160 then I stopped and when I decied to start using C2 again, I updated to 170 and suddenly errors appeared...

    I also tried to install the newest version of C2 to another PC and there were export problems again...

    I got Java installed but dont know what minify is ... HOWEVER - it works without minify..

  • Error during exports

    Everytime I want to export my project, some bug screen appears and there is nothing I can do to finish it. AllI can click on is - Ignore, Repeat or Cancel, none of these buttons will eventually export my project. Doesnt matter to which device I want to export the project - Android or iOS or Web ... I tried R170 and R168 -> doesnt work

    No capx necessary

    I cannot upload any capx because that "export error" appears even in an absolutely empty project..

    Bug screens

    1st bug screen

    http://postimg.org/image/hgn2h3toz/

    2st bug screen (when I click Repeat)

    http://postimg.org/image/v0usfuh0p/

    Steps to Reproduce Bug

    File

    Export project

    HTML5 Website, Android, CocoonJS - doesnt matter

    Bug Screens

    Expected Result

    Exported project..

    Affected Browsers

    FireFox: (YES)

    Operating System and Service Pack

    Win 7 Home Premium 64

    Construct 2 Version ID

    R170

  • How to adjust android game for bigger (tablet) resolutions ?

    The game or the menu itself is never adjusted to bigger resoltuion, there is always empty space at the bottom of the screen.

    http://postimg.org/image/jr51ww79t/

    Is there some way to center it?

  • Hey guys..

    On many mobile device my ground object (an object where all characters are walking on) .. is never on its default place... On one device it is OK, the second one barely shows it (just the tip of the object is revealed, the most of it is hidden) and the third device places this object almost to the middle of its screen...

    EXAMPLE:

    http://postimg.org/image/81md710kt/

    No matter what I do, the ground object is never on its place..I could solve it with the achor behaviour but in that case every single object put on the ground object (like a main character) wont be on its place (like the ground object without the anchor behaviour)

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You are probably going to give the character some behaviours in the future, right?

    To change it you could pin the player to the pavement, or set the player to pavement.y on start of layout, but this would probably give you issues later on when the player gets his behaviours.

    I use anchor behaviour only for hud/gui elements within a game, which is what it is meant for in my eyes.

    initially I didnt want to use the anchor beh. for the ground object but when it was without this behaviour it was always on different places like the figure object...

  • Hey guys,

    I have a little problem with keeping objects on their place...

    I created an object for ground (like a pavement), on this "pavement" I put some figure (as a main character) and here comes the problem. When I launch it via CocoonJS in order to see how it looks, the figure is not standing on the pavement but it is a little bit above it (DEPENDING on a mobile device I tried in because of their resolutions) ..

    EXAMPLE:

    http://postimg.org/image/9znnb23tv/

    The ground object has the anchor behaviour so it always has to be placed at the bottom of a mobile device. The figure object does not have any behaviour.