dop2000's Recent Forum Activity

  • I don't think it will be too difficult to add some text editing features to the blinking cursor demo, such as:

    • Handling Delete/Backspace/Enter keys
    • Moving the cursor with arrow keys (at least left and right)
    • Changing the cursor position with a mouse click (if it isn't too distorted)

    Text highlighting however is a lot more complex, I wouldn't bother with that.

  • Can you share your project?

  • I think the real goal here is to feed this into an AI, so it can generate native Construct 3 code.

  • Turret should rotate and fire. There's probably a mistake in your code.

  • OP told me that he's making a block puzzle game, similar to this:

    So the simplest solution is to loop through each unoccupied cell on the grid and try placing the shape there, checking if it overlaps with any occupied cells.

  • You can definitely copy or drag events between groups. If you have local variables used in the events, you might need to create the same variables in the destination group before copying.

  • I'm not sure what I'm supposed to be looking at in your screenshots. What exactly should be transparent? And what do you mean by "it no longer works correctly"? If possible, could you share a demo project?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • So you need the condition to check that the variable is any number except for 2, 3 or 4, is this correct?

    (variable<>2 & variable<>3 & variable<>4)=1

    • In a sprite with multiple animations, changes to image points and collision polygons sometimes are not saved. I think this happens more often after adding/importing new animations, but I couldn't reliably reproduce this bug.
  • Hard to help you without the project file. Make sure the UI layer has parallax and scale rate set to 0.

  • Save these values to an array or dictionary. For example:

    On every tick
     Dictionary Set key "Tick_"&tickcount to Player.x
    
  • Here are some changes:

    There are 3 variables to control the spinning, you don't actually need any of them!

    Make sure to use delta-time (dt) when changing anything on every tick, like the animation speed.

    I don't understand what events 45-46 are supposed to do, so I can't tell you how to fix them.

dop2000's avatar

dop2000

Member since 26 May, 2016

Twitter
dop2000 has 265 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
  • x14
    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