enyon's Forum Posts

  • BTW if you have any idea for solution, because my save still doesn't work. Found some forum post from last year but not anything recent.

    Update: It actually might be till Drop-box seems working as I shut its bg process down.

    Update2: Maybe not, just did it again... ghhhr

  • Yes, but that is capx, when I try to save to caproj afterwards it says caproj already exists but that is the incorrectly saved one.

  • Last night I had problems to save my project. Save would go on for over half an hour (Saving to backup) and I didn't find way to cancel it, so I just Task Manager killed Construct. But it didn't save to my caproj. Fortunately I had very recent autosave in capx.

    How do I now save the changes in my autosave capx over existing caproj?

  • now set up a condition for each animation TreeA

    ad the global variable treeAnimation = 1 to that animation condition

    ad the global variable treeIsPlaying = 1 to that animation condition

    (Action) set treeIsPlaying = 0 after animation

    So that means I will have to split it to multiple sprites for each tree animation. Because right now I have only one sprite for all Trees and other for all Grasses.

  • Hi there

    I have sprite called Tree, that has animation TreeA, TreeB... etc with different trees moving in the wind. Now I would like this animation play in random intervals for each animation...

    When the animation is looping it loops infinitely and stop command stops all instances with ether of the animations.

    When animation is not looping it doesn't seems to respond to start command, just the looping ones seems to randomly restart from beginning.

    What I would like:

    is Tree on screen

    is Tree Animation TreeA finished?

    is Random interval 0? (or wait(random(5))

    Then start Animation TreeA from beginning.

    Thanks for advice.

  • Yep just manually cut and align them, can make new ones as well, Thank you for your help.

  • Ok, another, question, how do I reimport sprite sheets created by construct back as animation. Since the animation grids overlap and they are not same hight ... ?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I just lost my project folder, but I have recent export .zip, is there way to rebuild project with this zip file?

  • with your android or ios phone / tablet, look up how chromecast work

    For example https://play.google.com/store/apps/deta ... h.gamecast

  • How to make games for Chromecast? I have no idea. Yet! But would love to find out.

    SO if you do know, pleas post coments and relevant links/tutorials down bellow.

    Thank you.

  • So that mean, you ether have to run game on the phone and mirror the screen, or run the game on the server and send just the stream. Would be interesting to find out how to do ether of those. But Imagine server running a multyplayer game sending you just a strem, coudl be interesting.

  • I am sure google search will find apps that can stream video from your phone. But so far the good ones has full version cost couple bucks. What I am wondering is, how to make a game that I can stream to chromcast

  • Can not seems to find anything about this topic. Might just search wrong keywords.

    Anyway, if I have one project and do a changes to event sheet or layout to test the stuff. But every time I save, it only allows me to rewrite current version of the project.

    Is there a way to save out versions of the project, so I can have for example Project2013-11.caproj then Project2013-12.caproj still under one project folder?

  • What am I doing wrong?

    <img src="https://dl.dropboxusercontent.com/u/71343504/pluginerror.jpg" border="0" />

  • Fun thing I am trying to apply this to circular planets with changing gravity. :D It kind of works with physics and applied force but they speed up to fast.

    I was thinking to try to use it as indication where the gravity of other planet takes effect. That it would not fall at all or just fall upwards (away from planet) slowly.

    Any ideas?