ibrahimtolaj's Forum Posts

  • 99Instances2Go and zenox98

    [SOLVED]

    Thanks guys, I see that the bug is with the Spriter plugin, if I export them as animated PNG files from Spriter and import them into Construct 2 there is no error anymore.

    I think this is something that Spriter should take care for.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • zenox98

    Ok here I uploaded the caps!

    So the problem is:

    Step 1: click the button from main view to go to Level 1

    Step 2: click the button to go from Level 1 to Main View

    Step 3: click the button again from the main view to Level 1 - HERE IS WHERE THE ERROR WILL POP UP.

    Link to CAPX.

    https://drive.google.com/file/d/0B3d3ZtLrhTL_aDhuQUxzNVFaZ1k/view?usp=sharing

  • 99Instances2Go, These are sprites imported to Construct, yes Sprites created in Spriter.

    Any idea?

  • zenox98, okay I have a clue, for example:

    coin | On initalised : coin | association "IS HERE"

    this is when the error is happening!!!

    when I toggle it disabled - the error doesn't show up anymore?

    Any idea???

  • zenox98, Nice slogan!

    Okay, I will try working around it, I will see what I can do.

    Thanks again!

  • Problem Description

    Error when navigating between layouts

    AND I NEED HELP ASAP! <img src="{SMILIES_PATH}/icon_e_sad.gif" alt=":(" title="Sad">

    Attach a Capx

    EDIT:

    Link to CapX: https://drive.google.com/file/d/0B3d3ZtLrhTL_aDhuQUxzNVFaZ1k/view?usp=sharing

    Description of Capx

    A platformer Game where the player can decide to which level to play.

    Steps to Reproduce Bug

    • Step 1 - Main Layout loads
    • Step 2 - I click the first level
    • Step 3 - First level loads
    • Step 4 - I have the option to go back to "Main Layout"
    • Step 5 - Main layout loads
    • Step 6 - I click again in the first level - BOOM ERROR!

    Observed Result

    Described in the *Steps to Reproduce Bug*

    Expected Result

    Go to "First Level" without the error popping up.

    Affected Browsers

    • Chrome: (YES)
    • FireFox: (YES)
    • Internet Explorer: (YES)
    • ALL BROWSERS: (YES)

    Construct 2 Version ID

    C2 Release 239

    CHECKLIST

    • I checked a number of posts in this forum and other
    • Same problem happens when I want to "Restart Layout"
    • Turned off the layout loader
    • Destroyed and created all objects at start of layout / with or without function - initialized
    • Basically I tried every possible example suggested in Scirra forum.

    Anyone who had this problem and managed to fix it - either "Restart Layout" or "Navigate through layouts back and forth" ?

    This is the error:

    http://imgur.com/a/OZwbQ

  • Not good to hear this, but still C2 rocks in many levels. It's more then just a game engine.

  • TheRealDannyyy, Exactly!!! Didn't know you recommended about this too, even though I searched for it in the forum.

    Any update on this yet?

  • Wuddup DevBros, what do you think about this feature?

    For each layout to be able to select a different Configuration Setting for Fullscreen in Browser?

    Example: A game that has a "map from above" - which is a large map where someone uses zoom in and out to view the map it requires to apply the "Crop" setting in order to make the layout work appropriately right at this point. Whereas the other layouts can be "Scale inner"/"whatever" for a platformer.

    As far as I know, if you apply "Crop" setting to the Platformer layout it will display in preview all the objects in your layout no matter the layout size.

    I think this feature would be very useful.

  • Hey guys, did Scirra DevBros implement the "delete unused objects" feature yet?

  • , Thank you bro! This is something that should be fixed by Scirra!!!!

    Ragevortex, Thank you as well, but the for each loop is causing extreme performance issue when having many coins!

  • and jeffige , thanks guys, here is the sample testing that I was doing.

    Link: https://www.dropbox.com/s/wy0cigbox888n ... 1.zip?dl=0

    please let me know what the issue might be.

    Thanks in advance.

  • are you setting position to another object, because I am using this sprite built with Spriter. This way is not working for me!?

  • , that is human sense, but it is not working with construct.

  • Hey guys, I hope you can help!

    So, I have created a sprite coin with Spriter, I have set it to another project inside Construct so I am able to display it. But when I copy and paste it to create more of the same sprite "the coin" - it does not show.

    Any idea why?