HenryPK's Forum Posts

  • Hello, my dear developer friends... The problem is that I have two families (Triggers and Receivers)

    Triggers have 2 instance variables: Activated and WID

    Receivers, also have 2 instance variables: Triggered and RID

    What I want is when a Trigger has Activated=true, the Receiver that has the RID equal to the trigger's WID will be triggered. Some type of link. The problem is that picking, by comparison, doesn't work quite well... How can I do it...?

  • Thank you gumshoe2029! it kinda helped... the problem is that i need to detect the extra text,

    i need to know when the text is over the limit of rows calculating the size of one row and then multiplying by the row limit (that i already did with the TextHeight), and then continue the dialog showing the extra text (that i can't detect) on another window... Like, if i wanted to input the text:

    "Hello, i am a goblin

    and i love fighting so

    much that i could give

    all my money...!"

    the three first lines would fix on the dialog box, that is 3 rows tall...

    but i need now show the extra text: "all my money...!" separated!

  • second link isn't working.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • thanks it helped

  • The title explains everything. The problem is that i have an dialog-box and the text can go greater than the dialog box. I need to detect when the text reaches the limit of text, to split it.

    Hope you help me this is my first post.

  • Construct2 have a event called "Load Sprite from URL"... Try using the "file://" or the DISK url with a OPEN FILE DIALOG, if possible. You probably can do it with JAVASCRIPT, because construct2 suports using javascript too.

  • Construct2 have a event called "Load Sprite from URL"... Try using the "file://" or the DISK url with a OPEN FILE DIALOG, if possible. You can do it with JAVASCRIPT, because construct2 suports using javascript too.