jogosgratispro's Forum Posts

  • I know it's old but I made it to work with MP3 files following the same steps.

    I changed the type to "audio/mpeg"

  • I think this is amazing. I hope one day they bring it in-house since it's such a useful tool. Spritefont is a much better solution than web or regular fonts because it doesn't mess or the position or the size.

  • I have an animated heart in one project but I can't just move it to another project.

    When I copy and paste, it just copies the object. The timeline doesn't go with it.

    Even if I try to copy the frames, it doesn't work.

    Am I missing something?

  • Great work. This is really important. Thanks

  • Hi all,

    Is there a way to download all the frames from animation in a ZIP file?

    The goal is to generate a number of screenshots during the gameplay and offer the player the opinion to download them all.

    I can use invoke download from the Browser object but that only gives me the option to download the latest snapshot.

    I will need to download 5 different images at the same time. hence the use of ZIP file would be a good idea.

    Is there a way to save it locally and use PHP or js to create the zip file?

    Tagged:

  • Hi,

    Today when I tried to run a game I had built a few months back, I got an error because the code found in a script file from the Scripts folder did not load.

    I pretty much tried everything but nothing works.

    Here is what I have tried so far

    • Do nothing since the files from the Scripts folder are loaded automatically. It didn't work
    • Load the script using loadScripts("script1.js") as instructed in the tutorial found here LINK. It didn't work.

    The file just had a simple alert("test") line in the code.

    In fact, the only thing that worked was when I loaded the script using this technique

    var js = document.createElement('script');

    js.type = 'text/javascript';

    js.src = 'https://cdn.jsdelivr.net/npm/canvas/filelocation';

    document.body.appendChild(js);

    Tagged:

  • I have found some answers but none is reasonably real. There is one really close to what I need but the player moves when the blocks try to crush him.

    URL » construct.net/en/tutorials/platform-style-crushing-blocks-373

    The problem with this example is that if you are close to the border the player won't be crushed but pushed away. You only get crushed if you are in the center of the big block or at least the width of the player.

    How can get a real crushing block experience?

    thanks,

  • Maverick1912 I'm interested in the pie chart project. Reach me at my gmail at jogosgratispro

  • ANNOUNCING GAME JAM 2021 - CURSAE

    We'd like to announce our 2021 game jam!

    https://www.cursae.com.br/gamejam/

    We'd like to invite all the game devs (beginner or pro) to participate in our game jam.

    The game jam will be 3 days and will be held from July 30th to August 1st.

    The main goal of the game jam will be to create unique, never seen, and fun to play games following a theme that will be revealed on July 29th at 8:00 PM.

    You will be allowed to make multiple submissions if you feel like it.

    Here is what we are offering for the top 5 winners:

    1st place

    1 Construct 3 License (12 Months)

    $50 (Dollars) in credits to use on Assets on the construct.net

    2nd place

    1 Construct 3 License (12 Months)

    $25 (Dollars) in credits to use on Assets on the construct.net

    3rd place

    Spriter Pro Software License

    $25 (Dollars) in credits to use on Assets on the construct.net

    4th place

    Spriter Pro Software License

    $25 (Dollars) in credits to use on Assets on gamedeveloperstudio.com

    5th place

    Complete Game Development Course

    $25 (Dollars) in credits to use on Assets on gamedeveloperstudio.com

    I hope you'll find this event cool and will participate with lots of amazing games! Anyone can participate!

    Link » https://www.cursae.com.br/gamejam/

    Tagged:

  • I don't think the percentage (relative) is working.

  • I've been playing with timelines lately but I always get stuck when it comes down to use the timeline for another instance (a different object).

    The problem is that the timeline doesn't respect the relativeness of the properties as it should. For example, if you have 2 objects from different sizes, the timeline will follow what was applied for the first (main) object and ignore the size of the second object making it weird.

    Example file » dropbox.com/s/wpibdawkrwu4x6z/timelineexample.c3p

    Let me know if you guys can make it work the same (relative) for both objects without messing up the properties.

    Tagged:

    Another cool thing would be to export an area of the game to GIF. For example, when the player dies in the game or even a coloring game to show how it was done.

  • Is there a way to limit the number of casted lines? For example, in case I just want to create 3 lines to bounce against solids. is there a way to do that using this example?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi guys,

    We are promoting a game jam this weekend. The theme will be announced tomorrow night.

    The top 3 games (devs) will receive a Construct 3 license (6 months).

    The rules are simple:

    • Create the game using Construct
    • Respect the theme
    • Be creative

    The game jam is open for everyone, for more information visit:

    https://www.cursae.com.br/gamejam/

  • That's great. I've read something like that in the documentation but it didn't work at first. I just did it again and it worked perfectly.