newt's Forum Posts

  • You can set their opacity to the linked objects opacity.

    I think somebody's having Game Maker buyers remorse, and a bad case of cabin fever.

    Thats alot of shade for not showing us how well you've done with it.

  • below

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I know it might seem a bit off topic, but If we could create lines via events you wouldn't see them in the layout.

    You could take that a bit further with the idea of importing timelines.

    Still we would need a way to edit those imports, which is not always a typical thing for layout objects due to their world coordinates.

  • It depends on the actions, but the answer is mostly no.

    Events fire if the condition is met.

    Generally speaking if you want those events to be variable, then they need to have their own conditions, like in a timer.

  • There are caveats to placing ads in html. AdSense has placement requirements, and it's useless if the game is fullscreen.

    Also there's issues with viability of advertisers since there's no content to parse.

    Dunno if 191 with meta tags will help with that.

  • I don't know of any Construct users that have used it yet, although the application does mention C2.

  • AdSense for Games

    support.google.com/adsense/answer/7170212

    Keep in mind they expect users to already have a huge number of views.

  • Ok, I see, so is there a way to move an object 1 px at a time when grid is on?

    You could just untick snapping.

    Placing Project Properties into its own bar might make alleviate the issues of extra steps there.

    You can place bars anywhere, which is awesome.

    Edit:

    Lol 191

    Layout view: hold Alt while using arrow keys to move ignoring snap to grid

  • Does Sprite retain its collision polygon indefinitely when loading via url?

    Just to be clear. There's no chance the poly will get reset?

  • Then there always figuring out what features could be added, and making requests.

    construct3.ideas.aha.io

  • Using Drawing Canvas, polygons yes, splines no, well more like not so much, it can probably be done, but it's somewhat complicated.

    Two js might be a good start for someone who wants to do a third party version, but C3 is strictly Webgl now, so some of it might not work.

  • Bound to layout sounds like a bug.

    Wrap, not so much.

    Edit:

    Wraps is acting weird.

    Thats a bug.

    They are both bugs.

    If it's not supposed to work with it it should not do anything.

  • Still not sure what you're getting at, but the hotspot is in the center meaning you have a 16 pixel offset in all directions.

    If you want the xy to correlate without taking the offset into consideration to a specific grid the hotspot would have to be at the top, and left of the box.