dop2000's Recent Forum Activity

  • pez263 Could you share your capx file?

  • Then you'll need a server with database and you'll need to communicate with this sever using AJAX or JS.

    See my first comment, there are lots of tutorials.

  • Add debug output to your event 109, for example:

    Browser -> Log "Boss Jumping"

    Then open console (F12) in your browser and check if it's triggered.

    If it is, but the boss is still not jumping, my guess is that when you change animation to "Jump", the collision polygon appears above the ground, so the platform can't perform the jump.

    Try changing animation after "Simulate jump" action.

  • Like Tilemap?

    In Construct 2 click "File->New" and select "Example: Tilemaps"

  • Of course it's possible. Just change "On key pressed" to "Key is down"

  • Thanks R0J0hound ! This is a really nice demo!

    Is it possible to use custom web font? (I don't know JS...)

    I mentioned Star Wars opening text as an example of "a creative and fun idea", but it will not fit the purpose - reading lots of achievements like this will be very annoying for the player.

    I don't necessarily need very cool visual effects, just something more interesting than 3 buttons with 3 text areas.

  • You can access Local Storage only from the game.

  • You can use "Overlapping at offset" event.

    If your character is crouching, on every tick check if its "Is Overlapping Ceiling at offset (0,-10)" for example.

    If overlapping, remain crouching, else set full size.

    Or probably an easier solution would be this:

    On every tick
       Character set size (full)
       Character Is overlapping Ceiling -> Character set size (crouching)
    [/code:pkpi2kge]
    
    Because it's done in one tick, the character will only be rendered once - either standing or crouching.
  • Why can't you open my project?

    If you have an older version of Construct2, rename my capx file to zip, unpack to a folder, open .caproj file in Notepad and edit this line:

    <saved-with-version>24400</saved-with-version>

    You can change it to 23900 or whatever version you have.

  • Letters as sprites? I'm planning to release the game with at least 3 languages, among which is Japanese. This means hundreds of frames and many hours of work... So no, I can't do this.

    Besides, the text is not static. How do I calculate the exact positions of each letter? I guess this can be done with a sprite font, but again this will be not be an easy task.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Or you can set "Global=yes" for this sprite. When you change layout, the sprite will not be destroyed and will keep all its properties, variables etc.

dop2000's avatar

dop2000

Online Now

Member since 26 May, 2016
Last online 21 Feb, 2025

Twitter
dop2000 has 259 followers

Connect with dop2000

Trophy Case

  • 8-Year Club
  • Entrepreneur Sold something in the asset store
  • Jupiter Mission Supports Gordon's mission to Jupiter
  • 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
  • Forum Wizard Made 5,000 posts in the forums
  • Forum Unicorn Made 10,000 posts in the forums
  • x5
    Popular Game One of your games has over 1,000 players
  • x2
    Coach One of your tutorials has over 1,000 readers
  • Educator One of your tutorials has over 10,000 readers
  • Regular Visitor Visited Construct.net 7 days in a row
  • Steady Visitor Visited Construct.net 30 days in a row
  • Enduring Visitor Visited Construct.net 90 days in a row
  • Unrelenting Visitor Visited Construct.net 180 days in a row
  • Continuous Visitor Visited Construct.net 365 days in a row
  • RTFM Read the fabulous manual
  • x3
    Quick Draw First 5 people to up-vote a new Construct 3 release
  • x13
    Great Comment One of your comments gets 3 upvotes
  • Delicious Comment One of your comments gets 10 upvotes
  • Email Verified

Progress

28/44
How to earn trophies