gavinjon's Forum Posts

  • 4 posts
  • Ideally, I'm trying to make the first letter of each word in several "input text" items much bigger (25pt vs 14pt for the rest of the text in the box). I found the "::first-letter" property that I could make do with, as I currently only need the first letter in each input text item capitalized since each one only holds one word. I have no idea how to use this property with the text styling action for the text input action. Could someone help?

    w3schools.com/cssref/sel_firstletter.asp

  • I see the "On start of layout" but that triggers on the start of any of my layouts. I only want the action to happen on one specific layout. Is there a way to do this?

  • 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 select a certain instance of an object when that object is tapped on but also during the function?

    Could you tell me how to do that?

  • I'm trying to have an event with two conditions. One is an "On Function" event and the other is an "On Tap Object" event. I want to have both conditions in the same event so that the event is only activate when the function is running and the object is tapped. However, I cannot seem to find a way to add both of these condition simultaneously. Is there a way for me to do this?

  • 4 posts