lucid's Recent Forum Activity

  • construct ide has become very unstable lately, and I've recently added some subgroups (groups within conditions or other groups), but there had been some there for a while, and everything was ok. only around 200 events.

    it'll just randomly crash, usually when I'm expanding or collapsing something with a plus sign, whether that be a group, or an event with subconditions, etc

    the runtime is fine

  • I want to do something like the mask/erase effects for construct, but via a plugin. the plugin will be drawing textured quads, and I want to be able to take, say, 100 quads, and have that applied as a mask to the next 100 quads. if the answer of how to do this is too involved, it would still be useful to me to know if it's possible at all, so I don't go on a wild goose chase.

  • ask your friends and/or alteregos vdrake, and xzalion. they seem to be affiliated

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • k, latest addition is the intersectx, and intersecty expressions

    they aren't on the expression list, but they work

    http://dl.dropbox.com/u/1013446/New%20f ... r/math.rar

    example cap here:

    http://dl.dropbox.com/u/1013446/New%20f ... ection.cap

    these give you the point at which two lines intersect

    you can do this 4 ways

    specify 4 xy coordinates:

    [quote:25zqgnkk]intersectx(x1,y1,x2,y2,x3,y3,x4,y4)

    intersecty(x1,y1,x2,y2,x3,y3,x4,y4)

    specify 3 xy coordinates(the first two form a line, the 3rd is assumed to be on a perpendicular line):

    [quote:25zqgnkk]intersectx(x1,y1,x2,y2,x3,y3)

    intersecty(x1,y1,x2,y2,x3,y3)

    specify 4 objects

    [quote:25zqgnkk]intersectx("object1name","object2name","object3name","object4name")

    intersecty("object1name","object2name","object3name","object4name")

    specify 3 objects (the first two form a line, the 3rd is assumed to be on a perpendicular line):

    [quote:25zqgnkk]intersectx("object1name","object2name","object3name")

    intersecty("object1name","object2name","object3name")

    all 4 methods are available in the example cap, just toggle them on and off

  • thank you, that was the problem

  • did || OF_UNDEFINEDEXPRESSIONS

    and it's still not allowing random expression names,as in

    ""whatever" is not an expression in object"

    and it won't let me close the expression dialogue

    am I missing something somewhere else?

  • oh, i didn't know tiled bg could do that. I wouldn't have bothered. I'll take a look at adding that feature. I didn't realize it was in demand. it might not be too bad.

  • I want battle test this a little before I put it in completed add-ons, if it ever goes there at all

    this is all barebones, as I just made it for personal use, and I didn't implement several sprite features, but it may be useful as is to someone else as is, as well.

    it's just a modified sprite plugin that allows you to have a different image for each instance of the sprite. as of now it doesn't even let you change each instance in the editor, but you can load the frames at runtime.   i didn't make it work with animations either.

    I haven't tested it with changing layouts, so if someone else cares to, let me know how it goes. I don't think that'll work either tho, without reloading the frame info. the part of the code that'd do that tho is shared with something I changed so it might work, if not, and someone really needs that feature, let me know, i can probably add that really easily

    download here(including rojohound's update)

    in case you're wondering what use this might serve, it's for editors, where you need to load frames in the editor, and then again when the level, or whatever is loaded in game, and you don't know how beforehand how many different images will be needed

  • hmmm...anyone know if these changes in speed over several layouts was a problem before this latest version. just want to make sure I didn't introduce this bug with the "plays nice with other plugins" fix

  • There will be no way to compare the numbers exactly, unless you're some super programmer. The best way will be to put an emulator running megaman on one side of the screen, and keep tweaking the values until they feel right, if he doesn't jump high enough, increase jump strength, too much now? Reduce it a little. It probably won't take very long either

  • vsync to some lower framerate like 30fps

    and then see if it's consistent

  • doesn't work for me rojo. it doesn't apply the filter in editor or at runtime, even if I put actions to set activated and set color again at runtime

lucid's avatar

lucid

Member since 16 Jan, 2009

Twitter
lucid has 25 followers

Connect with lucid

Trophy Case

  • Entrepreneur Sold something in the asset store
  • Forum Contributor Made 100 posts in the forums
  • Forum Patron Made 500 posts in the forums
  • Forum Hero Made 1,000 posts in the forums
  • Coach One of your tutorials has over 1,000 readers
  • Regular Visitor Visited Construct.net 7 days in a row
  • RTFM Read the fabulous manual
  • Email Verified

Progress

24/44
How to earn trophies