dop2000's Recent Forum Activity

  • Ashley

    Sorry, I meant Debug preview. (in Chrome)

    It's not a big deal actually, as I'm using the Desktop build where Ctrl-F4 works. If only Ctrl-W were also working...

  • No, like this:

    It would actually make more sense to move this code to a separate event or function, and call it when some Unit parameters are changed.

  • Banatawa

    Use random(151) - this will return a number from 0 to 150.99999999999

    So you if you want to round it to the nearest integer:

    round(random(151))

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I suggest you start with some tutorials:

    https://www.scirra.com/tutorials/all

    Here is one about saving/loading game progress:

    https://www.scirra.com/tutorials/526/ho ... -savegames

  • You do not have permission to view this post

  • I guess you can use something like this:

    System-> compare two values -> CSV.At(row, column)=""

    or

    System-> compare two values -> int(CSV.At(row, column))=0

  • This is not a bug.

    You need to wait 1 tick before picking newly created objects.

    Also, you need to put "StatText ID=Unit.UID" inside the "For each Unit" loop.

  • You do not have permission to view this post

  • This can't be done with variables.

    You can do this with dictionary keys.

  • Are object1 and object2 really different objects? Or are they two instances (copies) of the same object?

    With two different objects there should be no problem accessing their instance variables in the same event.

    If they are two instances of the same object, then there is a trick you can use -

    say you have a sprite Circle. Create a family CircleFamily with just this sprite.

    Then change your event to this:

    Circle overlapping CircleFamily ...

    Inside this event you will be able to access both instances that are overlapping - one using "Circle" name and another using "CircleFamily".

  • I've never had such issues. Have you tried a different browser?

    One possible explanation that comes to mind - you can access Touch properties (X, Y, acceleration, angle etc.) only when the screen is actually in touch. Or if you are using mouse to emulate touch - when the left mouse button is pressed.

    So, for example, this code will not work, because Touch.X,Y will become 0 after the wait:

    On tap gesture -> Wait 0.1 seconds ; Set Sprite position to Touch.X, Touch.Y

    When you are using Mouse plugin, you can track mouse X,Y all the time, no need to press any buttons.

  • You might need this plugin:

dop2000's avatar

dop2000

Member since 26 May, 2016

Twitter
dop2000 has 273 followers

Connect with dop2000

Trophy Case

  • 9-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

29/44
How to earn trophies