dop2000's Recent Forum Activity

  • You can copy individual animations or sub folders.

    Oh, I didn't know that, it's even better, thanks!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • DiegoM Is it possible to save only the animations in the selected folder, when you click "Save all animations"? Or add this option to the context menu when you right-click a folder?

    I have a huge sprite with hundreds of animations, and I only need to save one folder. Instead it saves all of them, which takes a very long time.

  • Why are you setting the value in the script? Just put that string into the variable as its default value. You won't need double quotation marks.

  • Can you just allow access for everyone? If I can't help you, other people might.

  • I forgot to add "isSolved=0" condition to the first event. You don't want the function to run again after the puzzle is solved.

  • You can do something like this

  • Two invisible sprites on each side of your object may be the easiest solution.

    You can also add two image points to the object and use "System Pick Overlapping Point" event. For example, if the image points are on sprite A and you want to check if the "right" point is overlapping sprite B:

    System: Pick SpriteB Overlapping Point (SpriteA.ImagePointX("right"), SpriteA.ImagePointY("right"))

  • There is a setting in project properties - "Viewport fit"

  • I must admit, I don't understand the problem. The dirt tilemap is on a layer above the grass tilemap, that's why dirt tiles are above the grass. What is wrong with this?

  • Triggered events like "On start of layout" or "Object On Created" may be executed in an order different from their order in the event sheet. In your case "On created" is triggered before "On start of layout".

    The easiest solution is to add "Wait 0" action to the beginning of your "On Created" event - this means "wait till the end of tick", and will ensure that the remaining actions will run after all other events in the current tick have finished. You won't need to use signalling, which is not a good solution here.

  • Access to the file is denied

  • Your WASD controls are trying to move the player before the MoveTo is finished. So MoveTo and 8direction behaviors are fighting each other. You need to add a condition "Player MoveTo Is NOT moving" to WASD events. And also use that condition in your Jump event, because the way you are checking "jumping" boolean variable is wrong, and the jump is also buggy.

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