Dayvid86's Forum Posts

  • Hello, I have a crazy idea to propose.

    But it's going to be hard, I won't be able to do it but I have lots of ideas!

    I'd like to be able to put resize, move, rotate handles on the objects, so that we can resize, move, rotate them, alone, or in groups.

    We will also need a selection rectangle to select objects.

    It's like being in construct edit mode, except it's in the game itself.

    Construct is so great...

    I have a lot of ideas, the goal would be to be able to manipulate the objects like I said, with the mouse.

    And also to be able to customize the handles, like put the handles that I want, or that I want on the object, and customize their behavior.

    Also to be able to customize the cursor that will appear when the mouse is on an object, it's probably already possible to do it in fact so that at worst we don't care.

    Do you understand what I'm saying?

    Otherwise your idea is great!

    drive.google.com/file/d/16oil5AUKJHRp20tfOMPz0dOJB8KI01__/view

  • Hello, how to push away two objects that are touching each other ?

    I simulate a roll of the dice with physics, but sometimes he touches himself when he doesn't move anymore, I would like to push them away, and I don't want one die to be on top of another, I don't know how to do that.

    drive.google.com/file/d/165BgdoMQwmGo_pDkQdg8cz_I5gPi2D8F/view

    In real life, I would have liked to do this in 3D, but we can't do it with C3 :(

    I'd like to do a dice poker game.

  • Yes, it's a real problem!

    Because it's very useful to copy an image of an object, with or without effects!

    I don't know why it's so complicated...

    What's so complicated about copying an image of an object that has effects?

    Please, try to do something, I don't know, make another object?

  • Any response ?

  • The problem of copying the image of a canvas object when there are effects on it, let's talk about it!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I would like to thank the creator and developer of C3.

    You are doing a great job, and you are for me the best of all!

    Your software is stable and very powerful but also very easy to use.

    Your very numerous updates (at least one per week)

    make you a gas factory.

    That's why I renewed my subscription to C3.

    Although I haven't gone out and sold any games yet, I don't find

    this wasted money because I believe in you.

    I'm very happy with you, thank you!

    Nevertheless, I'm very sorry that you still haven't corrected

    the problems due to the canvas, it bothers me a lot, just so you know!

    I know that the problem is very complicated as you say, although I don't understand why it's so hard...

    C3 is effectively biting the dust on the other engines.

    For it is far superior (at least for me).

    Your very numerous updates and bug fixes, proves the quality of your work.

    You are the hardest team I know for that :D

    Your scripting system (Although I know nothing about it), makes your software still

    more powerful, no limit than our imagination (And knowledge of course ^^)

    I hope you still have plenty of good surprises in store for us!

    PS: Are you going to leave the software all the time paying by subscription ?

    ----------------------------------------------------------------------------------------------

    Je tien à remercier les créateur et développeur de C3.

    Vous faites de l'excellent travail, et vous êtes pour moi les meilleurs de tous !

    Votre logiciel est stable et très puissant mais aussi très facile d'utilisation.

    Vos très nombreuses mise à jour (Une par semaine au moins)

    font de vous une usine à gaz.

    C'est pour tous ça que j'ai renouvelé mon abonnement à C3.

    Bien que je n'est pas encore sortis et vendus de jeux, je ne trouve pas

    cet argent gaspillé car je crois en vous.

    Je suis très content de vous, merci !

    Néanmoins, je regrette beaucoup que vous n'ayez toujours pas corriger

    les problème dû aux canevas, cela m'ennuis beaucoup sachez-le !

    Je sais que le problème est très compliqué comme vous le dites, bien que moi, je ne comprenne pas pourquoi c'est si dur…

    C3 fais effectivement mordre la poussière aux autres moteurs.

    Car il est de loin supérieur (En tous les cas pour moi).

    Vos très nombreuse mise à jour et correction de bug, prouve la qualité de votre travaille.

    Vous êtes l'équipe la plus acharnée que je connaisse pour ça :D

    Votre système de script (Bien que j'y connaisse rien), rend votre logiciel encore

    plus puissant, nul limite que notre imagination (Et la connaissance bien sur ^^)

    J'espère que vous nous réserver encore pleins de bonne surprises !

    PS: Allez vous laisser le logiciel tous le temps payant en abonnement ?

  • Okay, I see what it is, it's not what I thought.

    Thank you!

  • It would be possible to have an example to see how it works?, there is no help!!!!!

    It's a module that displays an image, okay?

    How do we put an image?

    How is it used?

    I guess it's a trick to tell the game:

    "the user will load an image and place it in the game to use it"

    For example: "please choose an image for the main menu"

    The user chooses an image, then the image is displayed and saved, no need to reload it each time, for example the main menu will always have this image unless I change it.

  • Yes, and then what?

    Because I'm already doing that, how do we use it?

    How does it work?

  • How to use the SVGPicture module please, how does it work ?

  • What do you mean ?

  • If I hide or display the container, the attached objects are not hidden or displayed.

    If I move the container, the attached objects are not moved to the right position, do not keep their position relative to the container but are placed at 0.

    That's the weak point for me, so as it stands, it's totally useless!

  • Yes, I agree with that too !

    The containers are nil I find in C3, it's useless !

  • Can you tell me more about it ?

  • Hi, Would you be interested in a plugin to easily create custom buttons?

    What do you mean?

    Easily create a Button, you just need to customize the images of it.

    For the text, there too you will have the possibility to customize it directly in the plugin, roughly, the button images and the text of the button are two different things, the images will have to be included by you, the text, you can customize it in the program... is it clear?

    8 possible states (images) for your button:

    Image 1: Normal (When the mouse does not interact with the button)

    Image 2: Selected (When the mouse is on the button without having clicked on it)

    Image 3: Clicked (When clicked with the left mouse button)

    Image 4: Disabled (Nothing happens, mouse events are not taken into account)

    Image 5: Switch On, Normal (Same as Normal but on)

    Image 6: Switch On, Selected (Same as Selected but on)

    Image 7: Switch On, Clicked (Same as Clicked but On)

    Image 8: Switch On, Off (Same as Off but on)

    There will also be the possibility to put a text bubble when

    the mouse will move over it to find out what it is for.

    Also see if this is also customizable or not (Simple).

    You can also put a custom cursor on your button, those of C3 or one of your choice, you just have to create it in C3.

    You can create 3 Button Types with it:

    Standard (The Standard Button)

    Check Box (Alternate on and tin without constraint)

    Option (Only one Group Button can be On, the others are Tins)

    It will simply be necessary to activate or deactivate variables of the object....

    Do you like the concept?

    Currently to create a Custom Button, it's quite complicated, if you want to do it right.

    I propose to make it a plugin, I need to know if it would interest anyone.

    Obviously, this can't be free, unless someone wants to do the plugin for free?

    I don't think so, so I have to finance it at my own expense!

    The question that kills, how much would you be willing to buy the plugin?

    Obviously, the more people there are, the cheaper it will be!

    If there's only a few people who are interested, it's going to be complicated!

    But if there are plenty of them, the price may be attractive!

    So answer me, tell me what you think and how much you could put in it.

    Here is an example created with C3:

    drive.google.com/open