dkdoom's Recent Forum Activity

  • thank you very much for these important hints!

    seems i have a few pages of forum material to catch up with :)

    p.s. you rock! :)

  • i'm trying to achieve the following scenario: a number of circles are drifting towards the center of the screen. if any of the circles overlaps another circle, they get pushed away from one another (so that no two circles overlap). the effect should (in the end) be similar to this.

    i am having a hard time getting construct to pick the right objects and generally do as it is told. i have almost gotten it to work, but the event sheet looks horribly wrong; some 'pick by evaluate' conditions appear to not evaluate unless preposed with a 'for each' loop & other such nuisance, and the entire thing runs at 7fps when started.

    maybe somebody already did something like that (overlapping of same object type) and has the clever solution, or would like to point out the principal error in my approach?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • ah, i see. thanks!

  • When putting a 'For Each Oject' loop as a subevent into an event that does some object picking, the loop only iterates through the picked objects. Is that the way it is supposed to work, or a bug?

    example: the following only ever fades the object spawned last

    + Every X Milliseconds
        -> Create Object A
        + For Each Object A
            -> Subtract 1 from 'Fade'
            -> Set Opacity to 'Fade'
    [/code:mqe5tw03]
    
    it works as desired when the spawning / picking is put into a subevent:
    [code:mqe5tw03]
    + Every X Milliseconds
        + Trigger once
            -> Create Object A
        + For Each Object A
            -> Subtract 1 from 'Fade'
            -> Set Opacity to 'Fade'
    [/code:mqe5tw03]
  • it would be nice if the resource bar could get a page, even though it is not really complex yet; a complete interface documentation is always nice for newbies.

    after that, you could pick two or three objects like the list, imagelist, listbox etc. whose use is not that apparent to newbies (like me) - it is rather hard to figure out what (and how) exactly they are doing by looking at their conditions & actions. maybe some of these objects are similar to one another, so that a doc page for one of them already helps figuring out the other ones (and you don't have to exhaust yourself in writing docs ;).

    apart from those strange gui-mechanic-objects (that is actually a guess at what they do) like imagelist etc there is also the question on reading/writing files, since every object that can do that seems to do it differently ...

  • it admittedly lacks flashing, but:

    <img src="http://www.philippdikmann.de/events3.jpg">

  • my professional opinion is that the lines help discerning between events, too. but in case of the comments, they are competing too hard with the text. i would favor if the comments had no outlines:

    mockup a

    the outlines for the events/conditions are not that harmful, because there is more room between text and outline; and the framing of the actions by the backdrop works fine, too.

    if you were to drop all outlines, i figure you'd have to change the pastel color scheme and improve contrast to properly identify the events:

    mockup b

    since this could possibly darken the mood of the event sheet and also impact its readability, i'd rather you do otherwise :)

  • it would be very much appreciated and complement the existing input methods. since i have no clue about the implementation, would that be a realistic expectation to have for the new year :) ?

  • sweet idea! looking forward for the finished game :)

  • the premise of this giant universe gives me the Noctis vibes.

    i really like that :)

  • thanks!

    two things:

    • when using ListBox.LineText() instead of ~.LineData(), it works even without enclosing int()
    • when using ~.LineData(), it does not work in any case

    off topic, but what is LineData supposed to return?

  • hi,

    i'm loading a csv-file of xy-coordinates into a ListBox object to use a 'For each line' loop to spawn sprites at the specified positions. but ListBox.LineData() appears to return strings - or i suspect it to, because the results are always interpreted as 0 (zero) in the coordinate fields of the 'Create' action.

    is there a counterpart to str(value) that can turn strings into values?

    thanks for your time!

dkdoom's avatar

dkdoom

Member since 6 Dec, 2008

None one is following dkdoom yet!

Trophy Case

  • 15-Year Club

Progress

15/44
How to earn trophies