[suggestion] Would it be possible to...

0 favourites
  • 8 posts
  • ...make the pasting more precise? I don't know if it is happening to me only, but when I paste something, it always goes to the bottom of the block and I have to manually put it in the right place. This gets quite annoying when you have basically the same code repeated multiple times, but with minor changes.

    Also, The audio plugging, does it have an option to check for if a sound/music has stopped playing? Could it be implemented?

    Thanks!

    EDIT: OH and yes, the Boolean are confusing sometimes...

    For example, I have an object with a Boolean called "Active", in the conditions, I am not able to set it to true or false, it just says "[object name|is [Boolean name]. O_o Does this mean it's always active or ...? I have a hard time getting used to this, because I always worked with Boolean in a way where it was either, on or off/0 or 1/true or false.

  • As to the first suggestion, +1. It would be nice if you could click on an action and choose to either place it below or above it. Plus it would also be nice if there was a way to paste an action into an event where none exist yet. As it is now you have to paste it into another conditions actions if you want to use it.

    On the Boolean, At least you can tell whats going on comparing 0, or 1, but that also gives you so many more options. Like say you had two conditions to compare, you could use those together to expand like if variable a + variable b = 2... do stuff. Basically if they are both true.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • As to the first suggestion, +1. It would be nice if you could click on an action and choose to either place it below or above it. Plus it would also be nice if there was a way to paste an action into an event where none exist yet. As it is now you have to paste it into another conditions actions if you want to use it.

    ^ This too!

    On the Boolean, At least you can tell whats going on comparing 0, or 1, but that also gives you so many more options. Like say you had two conditions to compare, you could use those together to expand like if variable a + variable b = 2... do stuff. Basically if they are both true.

    I didn't really get that... so I am gonna ask, When it says "[Object Name]|is [Boolean Name], what does it mean? I am used to do this: [Object Name's [Boolean's Name] ]|is [on or off/true of false/0 or 1] then do [this or that]. That's why I am confused. <img src="smileys/smiley18.gif" border="0" align="middle" />

  • Naming convention has you confused. I typically name my booleans "Visible", "Damaged", "Pregnant" or whatever. Then [Sprite] is [Pregnant] makes all the more sense.

  • About the object paste the better option would be to just paste it on mouse position. No more no less. And for more control, right mouse button paste above and paste below.

  • I mean I dont even use the Boolean. Just compare a instance variable, a number either 1 or 0. Like sprite.value('selected') + tiledbackground.value('clicked')= 2.

  • newt:

    You can drag the action, holding the ctrl key to the event without action.

    A straight dark line "previews" the placement of the copied/duplicated action.

    You can also select the action to copy, use the shortcut ctrl-c to copy and then select the destination event or the condition itself and use the shortcut ctrl+v.

    : Object is Boolean_name = true

    Right click : Invert

    Object is not Boolean_name = false

    Inverting conditions in this manual article.

  • newt:

    You can drag the action, holding the ctrl key to the event without action.

    A straight dark line "previews" the placement of the copied/duplicated action.

    You can also select the action to copy, use the shortcut ctrl-c to copy and then select the destination event or the condition itself and use the shortcut ctrl+v.

    : Object is Boolean_name = true

    Right click : Invert

    Object is not Boolean_name = false

    Inverting conditions in this manual article.

    I see, now it's clear what it means. I knew about inverting conditions, just didn't occur to me that's how the Boolean worked in C2. Thanks!

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)