dop2000's Recent Forum Activity

  • Can you share your project file?

  • I'm trying to install r337.2 as an app. But when I open the installed app, it's version r339

  • Even with "Framerate Independment" setting, Physics will work slightly differently at different fps.

  • thetnswe I'm on Construct r337.2 and I haven't noticed any issues with ProUI, all plugins are working.

  • You can communicate with the database using PHP scripts on the server. There are plenty of tutorials on this:

    construct.net/en/tutorials/search

  • It will be faster if you don't move the images from DrawingCanvas to the sprite. You can flip canvases. But yeah, it won't be an easy task if the book has multiple pages.

  • I make the 2nd sprite a child of the 1st sprite, using Add Child. And then position the 2nd sprite to an image point on the 1st sprite.

    Do you mean you position the 2nd sprite to the 1st sprite on every tick? This can explain the ghosting. If you check "Transform X" and "Transform Y" when adding a child, it will be attached to the parent.

    If this doesn't help, can you post your project file?

  • You need to check sine cycle position on every tick. It may be easier to use Tween behavior or a timeline instead.

  • Try "On Fade Ended" instead.

    I think "On Ended" is not triggered for sounds which have been stopped.

  • Laurent The best solution would be pasting them on a drawing canvas. Then either flip the canvas or load the image from the canvas into a sprite.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • If this is only needed once, it would be easier to sort the data manually or use an online tool.

    It's not possible to automatically sort JSON data in Construct. You will have to invent something, for example you can copy each key into an array, sort the array and then copy them back to JSON.

  • The common way to do this is by adding the object to a family. Move all variables and behaviors to the family level. Then you will be able to pick family instance and sprite instance independently in the same event, and copy values from one to another.

    With two parent instances it may be a bit trickier. You may temporary set an instance variable "IsParent" for two parents. (make sure it's not set for all other instances). Then pick a random parent.

    Family IsParent=1
    Pick random Parent instance
    ... Sprite set speed to Parent.speed
    
dop2000's avatar

dop2000

Member since 26 May, 2016

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