lucid's Forum Posts

  • he means to put invisible objects along the sides of the snaky road, and make those solid, so they could outline where you needed it to be solid.

    alternatively, you could use custom collision masks

  • oh god, i haven't downloaded this, and its probably illegal in 200 different countries if i do. my only question is...

    why?

    as in...why'd he mix the ****** ladies with the real women?

    they both take away from the appeal of the other when viewed together

    I haven't downloaded either, I don't see why it'd be illegal, though

  • no, im pretty sure thats what he meant pixel. welcome to construct, triplehex.

    unfortunately, there is no way to break a "for each" loop. you just have to make a global variable as he said. set it to 0 before the loop.set it to 1 as part of the event's actions if a sprite triggers the condition and have the condition include a check to see if the global variable is equal to 0 as part of the conditions to trigger the loop

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • it has to be a separate event, not a condition in the same event

  • im not at home to check out the problem

    but as i stated in the original post

    there is something wrong with construct ui buttons. this isnt just with my plugin, but if you press a button, it disables all controls.. if you replace those buttons with sprites, or some other method, this wont happen.. i will upload a new cap when i get a chance.

    also, (as stated in original post), the cap is corrupt. it is fine for testing the plugin, but each time you save it, it saves to a larger cap file, which creates a larger, less responsive exe.

    unfortunately, i havent yet uploaded the cap file, as i stated i would in the original post. but i will soon

    if you get a chance to test this in a fresh cap, without the button object, please let me know if you still have problems

    also, let me know if you were using the "on control" conditions in this plugin, or the ones in mouse/keyboard

    and thx for using the plug

  • it's still not perfect,

    but this is what I thought you meant when I first read this topic title

    if so, and you need help understanding or refining it, please let me know

    http://dl.getdropbox.com/u/1013446/mousefighting.cap

    just move mouse to swordfight, it's self-explanatory once you start doing it

  • I don't think stuff like that is too simple

    but while we're at it

    a less rounded, more polygonal version for custom physics masks would be cool too

  • YAY!!!!!

  • first, insert an event:

    <img src="http://dl.getdropbox.com/u/1013446/untitled1.PNG">

    then choose the sprite, or whatever object has the timer behavior on it

    <img src="http://dl.getdropbox.com/u/1013446/untitled2.PNG">

    then make sure to click on the timer tab

    and insert the On Timer event

    <img src="http://dl.getdropbox.com/u/1013446/untitled3.PNG">

    after you tell it the name of your timer, you will have an On Timer event

    add any actions to this event that you want when the timer is up

    <img src="http://dl.getdropbox.com/u/1013446/untitled4.PNG">

  • my construct crashes when I add a timer (99.4)

    if anyone else has this problem, please report back and I'll report it as a bug

    but how it's supposed to work, is that you Start timer in an action, which you say you did

    then you insert the event "on timer"

    by inserting event,

    going to your sprite, and then to the timer

    in this condition you add the needed actions

  • If you would like to change the icon of the prog or game, created by Contruct - it's possible. Do you want the movie, showing this?

    yes please

  • Nevertheless you can not drag an object from a project bar to a Layout Editor.

    oh wow.. never noticed that

    I have yet to make a large scale project

    hmmm..I'm not sure if this has been requested yet or not, (or maybe already a planned feature not implemented yet) but it might get lost deep in thread about zooming in and out

    might want to make this a separate thread or a request on the feature tracker

  • you no longer need to add controls through events

    but you do have to add them the way you normally do in construct:

    (through the application properties pane)

    <img src="http://dl.getdropbox.com/u/1013446/Captur522e.PNG">

    try adding the controls you want here, and let me know if it works

    the plugin will automatically obey only keys set by the plugin

    so you can set the actual buttons you want here in the properties pane,

    they will be ignored

    just create the names of the controls you want like "Move Left", etc

  • I like the idea, but I was also considering enhanced containers for modular code (ie. a container which can contain events, other objects etc. and be copied/pasted around with complete functionality in one go, no need for "variable" objects because everything needed is pasted in). How do you think this idea compares to that?

    that sounds really awesome actually

    but the possibility of variable objects is still nice in that situation (or find-&-replaceable objects)

    so you can share your modular code without having to share your amazing sprites, if you're sharing a technique you discovered mid-game development

    and if one is using the new modular code containers in your own code, you can easily change all the events from using Sprite1, to using a different sprite or object

    or (and I hadn't considered this earlier) not just copy/paste the modular code and change the object, but be able to call the code using a different object as Object A, like passing parameters works in functions, but being able to use object types, as parameters

  • lucid, thank you for nice words...

    no problem

    [quote:1z6oqhmr]...Is there possibility to create several folders for different objects? ...?

    if you are using above 98.9 version

    then there is a project bar (defaults to the right side of the screen), which you can use to organize your objects, among other things

    just make sure you click on the project tab

    <img src="http://dl.getdropbox.com/u/1013446/projecttab.PNG">