justifun's Recent Forum Activity

  • I haven't tried this myself at all yet, but couldn't you disable the scrollto behavior anytime the player's position is less than half of the layout width?

    then it will only pickup each time they cross the mid point of the screen?

    eg:

    system every tick

    player.x <= layout.width/2 -> disable scrollto

    else

    enable scrollto

    trigger once

  • C2 Exports HTML5, so older browsers that don't display html 5 won't be able to display everything properly.

  • One trick is to simply stop receiving input from the player once the paddle reaches a specific X value.

    (without having seen your capx)

    (Condition 1)

    On key "arrow right"

    (Condition 2)

    paddle <= (screen.width - 10)

    action - every tick, move paddle.X +1

    this way it will stop moving the paddle once it reaches the screen boundary on the right.

  • Nothing has been reported yet as to bandwidth limits, but space is super cheap.

    5gb free

    25gb for $2.50 USD a month

    100gb for $5 USD a month

  • Google drive now supports hosting public webpages, which you can also use to host your games similar to the way people have been using dropbox thus far.

    1-Go to your Google Drive (drive.google.com)

    2-Press the Upload icon next to "create" in the upper left

    3-Choose "Folder" and pick your root of your html5 exported C2 Project

    4-When the upload is complete, select your new folder from your drive, and press the little person with a + icon (share) at the top of the page

    5-Change "Who has access" from private to public and click Save

    6-Copy and paste the big long jumble of letters from the "link to share" field and replace the beginning with this

    googledrive.com/host

    Note: the index.html at the end.

    Now copy and paste that link into a web browser or share it with the world.

    Voila. Google drive is now hosting your game.

    On a side note: here's an article about how to map a drive letter in windows to your google drive.

    howto.cnet.com/8301-11310_39-57426705-285/how-to-map-a-drive-letter-to-google-drive-in-windows

  • That's not how html5 works. And packaging it in some other fashion would require the user to download a plugin or something to read it properly.

    So, sadly this won't work.

  • You can easily make something like what you are describing. The size of your overall project might become an issue depending on how many sounds / images you have and how large the project is. But it'll probably be fine if your book is short.

    You certainly don't need to learn every aspect of C2, but take a look in the tutorial section and see if there's tutorials for things you might want to include in your project. eg: how to add sound to your game, how to switch layouts etc.

    Try the first 2 beginner tutorials to get your head around how C2 works logically, it takes about 20 minutes per tutorial to follow along with.

  • I thought all you had to do was create a sub folder in your project called "fonts" and stick your TTF font in there for it to reference properly.

  • Here's a great reply from someone on reddit about how to make your game sync to the music.

    This wasn't specific to Construct, but the theory still applies.

    reddit.com/r/gamedev/comments/13y26t/how_do_rhythm_games_stay_in_sync_with_the_music/c78aawd

  • PM sent HappyJackie

  • So far so good. Its a good idea to keep basic mechanics separated so that you can enable/disable them as needed during gameplay. Eg: with one action you can disable the entire "player movement" group during a cut-scene for example. or when you pause the game etc.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • *cough* christmas *cough*

justifun's avatar

justifun

Early Adopter

Member since 9 Oct, 2012

Twitter
justifun has 3 followers

Trophy Case

  • 11-Year Club
  • Forum Contributor Made 100 posts in the forums
  • Forum Patron Made 500 posts in the forums
  • Forum Hero Made 1,000 posts in the forums
  • x2
    Coach One of your tutorials has over 1,000 readers
  • Regular Visitor Visited Construct.net 7 days in a row
  • RTFM Read the fabulous manual
  • Email Verified

Progress

18/44
How to earn trophies