joedman593's Forum Posts

  • 15 posts
  • I got to check your program.. instead of using int(), use float()

  • try doing this

    round( RESULT * 10 ) / 10

    add zeros depending on how many decimal numbers you'd like to display

  • Which would be better? One dictionary object or multiple dictionary objects?

    I mean by one dictionary object, I'd give it a variable that would tell sort of data it would hold:

    create object 'dic' -> set variable 'type' to "actor"/"status"/"item"/etc.. then I'd give them keys depending on the 'type' they are.

    And on multiple dictionary objects would look like

    dicActor

    dicStatus

    dicItem

    So I'd like to consult with you guys, which would be a better way of using dictionaries.

  • You do not have permission to view this post

  • This one gives the best output by far but still doesn't trigger the event for every object on huge numbers.

    imgur.com/a/Z99Bw

  • The damage and text are spammed when multiple objects' conditions overlap..

    here are the events

    imgur.com/a/hss5c

    and a screenshot of the WIP

    imgur.com/a/3WjCF

  • How do I make every instance of an object trigger an event?

    So these events will let an enemy do damage to the player and display a text sprite amounting to the damage done..

    imgur.com/a/QUZm4

    It does what I want.. kinda. Except when a huge number of enemy objects does an attack (at the same time and even just a few frames apart) the event doesn't execute for every enemy..

  • Nice. Thanks, guys.

  • I have this mouse event when I click on an object it toggles a certain variable to true..

    The situation is when two of these objects are overlapping and the cursor is overlapping both objects, and I click, it toggles both of their variables..

    How do I toggle the value of the one object overlapping the other or one with a higher Y value?

  • Yeah, sorry about that i fixed it already.

  • Mine's not working.. help..

    imgur.com/a/Pxjom

  • I'm trying to figure out how to make LIGHTNING not LIGHTING..

    Got any clues where I can look for it?

  • I'm using Construct 2 at the moment.

    I made new thread a few moments back, yeah, it feels that my only hope for now.

    Too bad DropBox killed their links. I feel like I missed out on a lot of cool stuff here.

  • This is the current road block I'm at.

    I'm planning on making a RPG with magic and the like, fire balls, ice shards, lightning bolts.

    I'd really like to know how to create dynamic lightning.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I was hoping they'd still be here. I really wanted to see what those dead links contained.

    I've been lurking the forums for a few hours now and most I found only had dead links.

    Can you help me out? Or should I just make a new topic about dynamic lightning?

  • 15 posts