dop2000's Recent Forum Activity

  • I'm confused about how to insert images in posts. Can someone explain how?

    Upload an image (note, that extension should be in lower case - i.e. "jpg", not "JPG").

    You'll see a message like this: Uploaded! (ID: 12345)

    Copy the ID, click Insert Image button on the toolbar.

    Then insert the ID like this:

    Am I the only one to notice all of the broken links with the new layout?

    No, I've been complaining about this since day one.. So many very important posts are now corrupted.

    Tom ensured that links in the imported posts will soon be fixed.

    .

    This stupid captcha is driving me crazy! I'm spending more time selecting storefront and street signs images trying to prove that I'm a human, than actually replying to posts!

    Please-please, can it be disabled at least for users with many comments?!!

  • It is working! When you move right, the animation switches to "right".

    When you move down, the animation switches to "left" (because that's how you programmed it).

    Look, I can't guide you through every tiny detail and write the code for you.

    I explained in my previous comment how angles work in Construct, just put the correct angles and animation names for each direction. It's not difficult!

  • I guess there is no 100% solution, it all depends on the music.

    With some music tracks a tiny gap should not be such an issue.

    With others you can try fading out the intro and fading in the main track.

    Or you can overlap them a little bit - start the main music 0.5 seconds before the intro ends.

  • Signatures aren't coming back, sorry.

    Tom, is this because you don't want people to advertise their games/websites in signatures? Or the new forum engine simply doesn't have this feature?

  • Here are a few issues I found:

    1. "Inline code" tag messes up formatting in the code (removes line breaks), or maybe I'm using it wrong? There is no explanation about it. And why do we need four different buttons for code anyway?

    2. Image upload doesn't work if file extension is in capital letters (file.JPG)

    Also, there should be some hint on how to insert uploaded image into message. I figured it out eventually, but many people wouldn't.

    3. I posted quite a few comments today and the captcha has still not disappeared. Instead, it became even more annoying - it now asks me to select images..

    4. Follow Topic button doesn't seem to work.

    5. Word wrapping in Firefox not working.

    And I really hope formatting and links in imported posts will be fixed soon.

    Not being able to access links in posts like this list of plugins is really frustrating.

  • Whoa, your question is too broad.

    You can save level data to a database or upload to a server.

    But I suggest you start with creating a local game editor first, and then upgrade it for online.

  • Your animation names are wrong.

    In Construct angle 0 is on the right, angle 90 is down, 180 is left and 270 (or -90) is up.

    So when your sprite is moving in direction between -45 and 45, it's moving to the right, so the animation name should be "right".

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • when you select "between angles", you should see three empty fields:

    Angle, First angle, Second angle.

    In "Angle" field type your sprite name, followed by dot, followed by 8direction, followed by dot again, followed by MovingAngle....

    Just note that these events should be nested (be sub-events) under the parent event: "Sprite 8Direction is moving".

  • So what exactly is the problem? You can start Intro and Main music at the same time, immediately pause Main music and when Intro ends, unpause Main.

    Audio Play "Intro" with tag "Intro"
    Audio Play "Main" with tag "Main" (looping)
    Audio pause tag "Main" 
    
    Audio on "Intro" ended -> Resume "Main"
    
  • Use Timer behavior on the spawner sprites. When an enemy is spawned, set isBusy=true and start the Timer "MakeAvialable".

    Spawner On Timer "MakeAvialable" -> Spawner set isBusy=false

    See this example I made for another post some time ago:

    dropbox.com/s/0jptlam49u7ugse/spawningDemo.capx

  • No, you don't have to activate "Set angle"

    Look at my code, it checks MovingAngle, not sprite.angle

  • There is nothing difficult about it.

    Make an invisible sprite PlayerBox with platform behavior.

    Make another sprite PlayerSkin with all player animations and Pin behavior.

    Pin PlayerSkin to PlayerBox on start of layout.

    Use PlayerBox in all events related to Platform.

    Use PlayerSkin to control character appearance.

    For example:

    PlayerBox On Jump -> PlayerSkin set animation to "Jump"
    On Left key pressed -> PlayerSkin set Mirrored
    etc.
    

    I'm sure you can find many examples in Tutorials section:

    construct.net/en

dop2000's avatar

dop2000

Member since 26 May, 2016

Twitter
dop2000 has 257 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