dop2000's Recent Forum Activity

  • I don't think there is an easy way to do this. Probably need to open every sprite and resize it.

    You can save your project as a folder and use some external program (like Photoshop) to re-scale all images in Img\ directory. But then you'll still need to re-import them to your project.

  • Which behavior are you using? With Bullet, for example, you can set Sprite2 Bullet speed to Sprite1.Bullet.Speed

    .

    Or if you want to simply "mirror" all movements of sprite1, you can do this:

    On every tick: Sprite2 set position to (Sprite1.x+100, Sprite1.y+100)

  • Signals are "global". They just pause execution of anevent, not bound to any particular object or instance.

    Signals may tricky to work with, try not to re-use same signals within a short period of time, be careful with using them in repeating/looping events.

  • Which behavior are you using? With Bullet, for example, you can set Sprite2 Bullet speed to Sprite1.Bullet.Speed

    .

    Or if you want to simply "mirror" all movements of sprite1, you can do this:

    On every tick: Sprite2 set position to (Sprite1.x+100, Sprite1.y+100)

  • Also edit post isn't working for me.

    It says the posts being edited but whats displayed is the old message, when you go to edit it again it shows the edited message.

    Reloading the page a few times helps for me. (Ctrl-F5)

  • Wait doesn't work like that.

    You need to use "System Every 3 seconds" and add "DartTrap has LOS to Player" as a second condition to it.

    Or better yet, use Timer behavior.

  • It's actually quite easy to "upgrade" objects to a family, I did this many times, here is the tutorial:

    construct.net/en

  • Yeah, random() starts with 0. So floor(random(3)) is the same as choose(0,1,2), but it will never equal 3.

  • I agree with what you are saying, but have you actually tried running random() and choose() a million times and comparing them? I have tried it just now on my very low-end android phone (which probably costs about $20 now).

    1,000,000 calculations of round(random(17)) take about 5 seconds.

    1,000,000 calculations of choose(1,2,3...,17) take about 6 seconds.

    I really doubt that igalencar needs to spawn one million explosions at once, and even if he was, the difference in performance of these two math functions would be the least of his worries.

  • See my first comment in this post, there is a code that sets jump and speed variables to values from the array.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You can just pin a cone sprite, but it will not be blocked by obstacles.

    If you want it to look realistic, you can try this method:

    construct.net/en/forum/construct-2/how-do-i-18/how-do-i-make-an-enemy-line-of-130966

  • Did you mean "swipe"? (Not "spin")

    If you want to detect swipe gestures, you can use Touch.SpeedAt(0) and Touch.AngleAt(0) expressions.

    For 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