newt's Forum Posts

  • Already using this.

    I am missing the ability to set stuff, id, text etc., from events.

  • No they're right. Remember its low polly, think mittens instead of hands.

  • Whoot!

    You da man!

  • > A GUI plugin could be a cool idea. Mind giving some suggestions on how it could work?

    >

    - buttons

    - checkboxes (also radio)

    - basic frames (window, dialog etc.)

    - dropdown list

    - input field (one line, multi line)

    Those are the basics, I believe, that are lacking in Construct (since the default windows control is wonky in DX9 runtime).

    Yeah, something that was skinable, but helped in gui organization as well.

    To start you would need a basic window, or base that you can easily find coords of x,y within the window. This would be great for placing the buttons, etc. It would also be great if it was like the tiled bg object, or panel object, where you could put a tiled image as a background.

    It would be interesting if you could divide it up like a distort map, and have rows, and columns.

    You could then simply say set button at column 5, row 8.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Nice idea!

    Ever thought about doing something like a gui plug?

  • Glamthaus

    Thats pretty darn good, probably even better that most of us were expecting for low poly.

  • Ok, well perhaps for 2.0? Flash is a cool feature that I'm sure most of the old school users appreciate.

    Any way the timer behavior is a pretty simple work around in case anyone was wondering.

  • What?!

  • No not to make it compatible with Adobie's Flash. Im talking about the sprite's function Flash.

    Anyway how about a conditional like on Flash finished?

    Yes, maybe, or no you lazy b@$+&%d?

  • Google's first rule of business is "do no evil", and lord knows they do make a lot of software, some with no apparent reason. But they would have to be silly to make it possible to block their own adds with their own browser, and you'd have to be silly to believe they have no ulterior motives for making a browser. ...um ok yeah Google does do some silly stuff.

  • Fourthed'd.. oh wait.. wut?

    ... thought i just said that.

  • Since it's a boat you might not want to use jerky movements.

    key left is down>

    set .x to lerp(.x,0,1-0.5^timedelta)

    key right is down>

    set .x to lerp(.x,displaywidth, 1-0.5^timedelta)

  • The button object is always on top. So your solution is to make up your own button out of a sprite.

  • Probably because Python is fairly easy to use, or at least easy enough for non programmers to figure out.

  • Not sure what you mean.

    You do know you can place the hotspot wherever you like, right?