dop2000's Recent Forum Activity

  • I've never worked with noise before, here is my first attempt:

    dropbox.com/scl/fi/pkgfhg3etacu3ysua9qyn/NoiseIsland2.c3p

    You get a tilemap, which can be saved using Tilemap.TilesJSON expression, or be easily converted to an array.

  • CUSTOM EXPRESSIONS (= Custom Actions with return value)

    I really want these! Enemy.getHealth instead of Functions.getEnemyHealth(Enemy.UID) would greatly increase code readability.

  • Did you set obstacles to "Custom" in behavior properties, for all members of the family?

    Also, did you set Water and Land variables on the sprites directly? If you are setting them with events, these values may not yet be available in the "On created" trigger.

  • Looks like you can't load a file as binary with the AJAX plugin, only text

    No, this is possible in C3. You request a file with AJAX and then set response binary to BinaryData object.

  • The Skeleton_Warrior sprite and the skeleton animation sprites are not connected to each other. Pin only makes them move together, but it doesn't really link them.

    You need to add them to a container (in properties on the left panel). Then each Skeleton_Warrior instance will be linked with the animation sprite. You only need to create one object, all other objects in the container will be created automatically. And when one object in the container is destroyed, all other members will also be destroyed.

    Most importantly, all members in the container will be picked in events. If you pick Skeleton_Warrior instance (for example by checking its LineOfSight), its animation instance will also be picked.

  • I made a quick test and Pause action does work with value tween.

    I don't understand your screenshots - why are you restarting the tween for 0.01s when it finishes? And when do you pause it?

    It's possible that when the tween duration is less than a tick (which is 0.016s at 60 fps), then it can't be paused.

  • Yes, this looks like a bug to me.

  • You can check touch count, and if more than one finger is touching the screen, then disable drag&drop.

  • Please share your project file. You can make a small demo project demonstrating the issue if you don't want to share your main one.

  • I have this old demo:

    howtoconstructdemos.com/zoom-a-sprite-or-entire-screen-with-pinch-touch-gesture

    I believe I've also seen an official example for zooming with pinch.

  • MoveTo behavior doesn't control animations.

    I'm guessing your animations simply play to the end and then stop. You need to set them looping in the animation editor.

    And also add another event - "MoveTo on arrived: Tiger set animation to Idle"

    By the way, all "Else" blocks in your screenshot are empty and have no effect. Also the angle values look wrong to me. You might want to change your code like this:

    Is in Touch (parent event)
    
    ... (sub-events)
    
    ... Angle between 45 and 135 : Move up
    
    ... Else
    ... Angle between 135 and 225 : Move right
    
    ... Else
    ... Angle between 225 and 315 : Move down
    
    ... Else : Move left
    
    
  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You just need to keep in mind that newly created instances may not be immediately available in other events. Example:

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