TheDarkImperial's Forum Posts

  • You go through your sheet files and remove the references in the xml.

    If you have not used it often, its easy!

    But you need a little flair. And make a backup!!!

    For example here in my sheet "PlayerSheet" the sprite "Player":

    And in project file:

    A good editor like nodepad++ helps. You can set it to xml and its quite manageable.

    Which xml? I just have my capx. If i open it, It looks like this... puu.sh/iVGQN(.)png

  • Search all references in you project files and remove them.

    What do u mean? I can't find it.

  • You could try to cheat a bit by making a dummy plugin and see if it will let you open the project. Try to duplicate sprite or tiled background object and change some settings inside edittime.js file. Unfortunately I can't remember any specific settings :/ so i'ts a long shoot.

    and btw, could you please remove my name from post title? I don't need to be that famous

    Np i remove it. Oh I don't have any Skill in this Things. Could you pls maybe create such a dummy for me, if it's not too much work?

  • TheDarkImperial

    I'm afraid I don't have it anymore. I delete it when first version of Image Editor showed up. Your only chance is to find some hardcore user who keeps all old stuff.

    Oh Is there a Place, where i can ask for this or i just should wait here?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Have you tried using scirra.com/forum/plugin-span-class-posthilit-square-span-with-fill-and-outline_p574642 search.

    Yea, i already found this Thread here, but the Download is down and i can't send private messages, because i don't have 500 reps.

  • I made a little Engine a long time ago, which i want use now. But it seems that i can't open my Project, because it use a Plugin called "Square" by Pawel Brzozowski, which i can't find. Do you Guys know, where i can get it.

  • I also don'T used the mobile app template. I use the Autorunner Template.

  • Hello,

    After Exporting my Game Android to via Crosswalk with Intel XDK. i tried my Game on Phone but if i want to start it, it crash and write me that "App has stopped". But Emulete in Intel XDK has worked. Any solutions ?

  • This is a Fangame that i have made in Construct. It's a Tribute to a Streamer. I also use this project to learn how to use construct.

    Don't take this Game too serious but its also a challenging plattformer.

    Done:

    Loading Screen

    Menu

    Tutorial

    Level 1

    Level 2

    Boss

    Download:

    mediafire.com

    Screenshots:

  • Store the name of the save in a global variable and use it to keep track of which one you are using.

    Stay Globale variables in other Layouts? How do you mean that?

  • How make 3 Savegames which you can select in the Menu. I use Checkpoints that create a file called "mysave". So how make that the game later in other layouts know which savefile i have select in Menu Layout ?

  • I made a Event with Attacks for a Boss. Now i want that if the Event ends, it must Restart. I mean if all the 3 Attacks of the Boss are done, he start from beginning with the first Attack again. How do this ?

  • I'am confused with Intel XDK.

    How exactly it works ? I Mean first time as i build my App. Emulate Working but on my phone i didn't work. Now if i build the Emulate also didn't work. Have somebody with Experience Tipps for me how build correctly

  • I would use a boolean and set it to true. When you shoot with the left mouse button, set that bool variable to false. That way, no matter how often someone clicks that left button it won't shoot. Then, after the Wait period you've set is up, set the bool variable back to true. Now they're able to shoot again.

    Wow thank you very much

    And again the Solution was Boolean,i never think about it ...

  • Hello,

    I want to make that if i Shoot with Left Mouse. After that you can't Shoot for some Seconds. I tried this. Mouse/Left Mouse pressed = Spawn a Bullet and than Wait. But it don't work with Wait. How i can solve that ?