keepee's Forum Posts

  • The lack of a way to change the properties of many layouts at once is a real pain in the ass for big projects.

    In some cases, you can override properties with events.

    for example, if all the layouts share an events sheet, you can set 'on start of layout' event that overrides certain properties regardless of the layout.

    but of course, this won't work if the change you want to make is something like the creation/deletion of a whole new layer.

    Alternatively, yes, you can create your own level editor and save the levels via an external file.. but that is a pretty huge topic and i wouldn't actually know which direction to point you in as I have yet to do it myself.

  • hmm, sprites aren't really made to be changed in this way..

    But depending on the context, it might be possible to get what you want using unusual tricks..

    but instead I recommend searching for, and installing the 'canvas' plugin. If you resize it to full screen, you can then use the canvas actions to draw /paste images directly on to it.

  • Why do you have to retrieve the image from a different object?

    making an image appear is often the case of simply creating that sprite which already contains the image in it's animation/frames.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • The simplest way would be to use the built in 'is on screen' condition

    +If Enemy is on screen     >move enemy

    I left 'move enemy' ambiguous because it depends on how you are moving him, a behaviour? platformer or 8direction? or your own movement with events?

  • There's an action for disabling physics collisions between objects or families

    On start of layout > [any phys] | disable collisions with [any phys]

  • interesting problem..

    i had a go at making it in top down style for x and y, in a new .capx :

    https://dl.dropboxusercontent.com/u/53374990/Forum/selectionthing.capx

  • I'd like to use your two-canvas method as it's (in cases of 2+ lights) faster than doing the canvas-for-each-light thing that I did.

    But I've tried and failed to get it working neatly with scrolling, rotation and scaling, because the main canvas should really fill the screen on a stationary layer.. I can't think of any way to paste the light sprite(or falloff) the way it'd be required to. Was wondering if you had any ideas.

    the canvas-for-each-light method doesn't require any extra fiddling, I included this stuff when i updated with the new plugin if you want to have a look

    edit: also needs to work alongside standard non-shadowcasting lights that don't need to use canvas.. this complicates things more

  • R0J0hound, cheers

    updated original post with new plugin

  • R0J0hound

    I see, I think the multiply layer is essential for implementing this, otherwise game objects either wouldn't be visible, or would have to be above the lighting and therefore not lit properly.

  • well we all draw a quad for each pair of corners, that is the same as in rojos original .capx a long time ago. The methods used for multiple sources+additive lighting are different.

    newt, that would be cool, but I can't think of any reasonable way of doing it

  • hey, if i knew i was going to start a torrent of shadow .capx's i would have gotten round to posting my .capx sooner!.. but it's cool looking at all the different methods.

    no colours though :p step it up

  • hey, actually i did it kinda different... I used a canvas for each lightsource.. Yours is faster.

    I was going to say it'd be cool if anyone improved upon it but you're way ahead of me haha.

    Check my array for the imagepoints though, that way it doesn't need to repeatedly calculate the same things when drawing the shadows..

  • I've updated the original post to have the .capx and a summary

    tulamide i'm not getting that leak? although firefox doesn't really work at all on my computer because i have an ancient graphics card

  • dinofun you should try setting sampling to 'point' in project properties

  • During preview in chrome, I hear constant hard drive activity.. in all projects.

    well it's not exactly 'constant' to be precise it's a short burst repeated every ~half a second or so. It just doesn't ever chill out, even on really basic projects.

    I can't ever remember it not being like this, but I just feel like asking now if it's normal or not.

    so, anyone else have this too?