Cipriux's Forum Posts

  • SpriteFont plugin breaks in v133 so I'am stuck to v132 until someone makes this plugin official. Looking forward for the official release.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Soybean how can I check what version I have?

    EDIT: nevermind..found it

  • I was playing with SpriteFont plugin I realise I am unable to use the "space" character. I have a LED display and I want for the space char not to be blank. Anyone have any idea how to do that?

    example capx

  • blackhornet I tried to modify this for my game of pipes...but is becoming tooooo complicated and cannot figure out how to do it. The idea of the water coming through pipes is the same as for the boat...the difference is that the flooded container coming from the boats around .

    It feels more natural to me the overlapping/collision condition, but Construct don't feel the same:)

    [EDIT] I found a stupid simple solution. I put a collision polygon that when the containers are in normal position they do not collide, and when flipped they collide. I think is not the right way to do it...but it works...except the fact that I have to click inside polygon to register as a mouse click. But that don't bother me. <img src="smileys/smiley10.gif" border="0" align="middle">

    chain reaction v2

  • Thank you

  • I have a boat that floats on 10 air containers. each container communicate with the one next to it, and the scenario is that if one container is flooded with water it takes 1 second for the next one do be flooded....and so on

    I use opacity=100 if the container is flooded and opacity = 50 if is empty.

    I can use opacity, different frame or animation to change the state of the container..but I want to use the same Object type.

    In my example I want to wait 1 second before flooding the next container, but I only make it flood instantly.

    Any ideas how to properly make a delay ?

    capx

    I voted for a debugger. Yes, if I only want to trace variables I use textBox or Chrome console, but the real benefit of using a debugger is to step through events one by one and see the state of the SOL and variables at a specific moment in time.

    I really don't like the way search function works in C2. I want to see all the events, not filter them, instead I want my keyword highlighted.

    Also a good option will be to highlight all the instances of the object or variable on which i clicked.

    I had almost give up on C2 only 1 month after purchase for the lack of a debugger, but now I see that Scirra team is working real hard to satisfy most of us.

  • Kyatric I know I don't need "for each" in this example, I just didn't understood how is working. I thought the loop works like this:

    • select first RED square
    • check if GREEN square overlapps the selected RED square
    • select second RED square...and so on

    but I guess the correct behaviour is like this:

    • select first RED square
    • check if RED square overlapps the selected GREEN square
    • select second RED square...and so on

    Is that true?

    In that case...i need to take a cold shower and reprogram my little brain synapses.

    Thanks

  • I have the following example and I have a question:

    Why does the condition is not meet ?

    This is a simple example that is not working in my game.In some situations the "for each" condition works as I expected...but not in the above example

    capx

    <img src="https://dl.dropbox.com/u/139926126/Forums/squares_01.PNG" border="0">

    The result:

    <img src="https://dl.dropbox.com/u/139926126/Forums/squares_02.PNG" border="0">

  • zatyka Thank you for the info. I was not aware of that.

  • I'm new to Construct and I am working on a game that kept me awake for the last couple of nights until find out the "problem":

    After I set mirrored to a sprite then resize it, the "set mirrored" property resets to default. Is this supposed to be by design, or what?

    I think the logic way (the way every editing software work) is to keep the previous states of the object and focus on the current one.

    I am really not finding the logic behind most of Construct 2 workflow.

    capx

    This is the game I'm working on....to see I have done my homework and is kind of complex algorithm finding the continuity of the pipes. Now I have to make the water flow through the pipes and I want to mirror and flip the animation representing the water (not shown here).

    Pipe_game

    Is there anyone who can help me a little further making the animation of the water? I can give the capx in private.(but is a biiiiiig mess inside)

    Can I use the pathfinding behaviour by any chance?

    Thanks.

  • lunarray Nice game.

    I am developer and want to ask you a question if you are willing to answer:

    If I put my game on MarketJS , can I still publish my game on Google Play and AppStore? Do I still own the game?

    And how many publishers can buy my game? (only one, or more?)

    Thank you for your time

  • srealist Your idea is interesting. I dont know how easy will be to generate music in Construct using sample audio, since you have to make an array with the pitch and pause between notes.

    I know there is a plugin that might be useful WorkSheet

    or maybe Time-Action Recorder and Player

    I didnt try them but the last one seems useful for recording paino melody for example.

  • Hi, since I am no plugin developer I want to make a suggestion for those who can develop one:

    MIDI (or other format) to ogg/m4a at run-time, during the game or on project loading.

    This is beneficial especially for mobile development to keep the project as small as possible when having more then 10 audio tracks.

    I know music can be streamed but for example if I have a mobile game with 50 levels and I want to have a unique background song for each level the music will eat enough bandwidth so the user will decide to uninstall the game.

    My idea is to load MIDI files which are infinitely smaller and convert them at run-time to ogg and m4a. I know that the quality from MIDI is poor, but maybe a good MIDI Synthesizer will do the trick.

    Simple...Yeah, I know <img src="smileys/smiley18.gif" border="0" align="middle" />

    [EDIT:]Take as example the keygens music from Razor1911 , Core etc. (chip music is still cool)

  • Yes Ashley thank you.