RobertoFreemano's Forum Posts

  • Hi plinkie,

    like the example....there are collectable sprites on multiple layouts...

    1. Player collects coins...

    2. then player goes North, from Layout1

    3. Player is now on Layout 2 for example.... collects a few (coins)...

    4. Then Player goes South, back to layout 1... Layout 1 remembers he collected coins, so won't respawn them...

    Hope that makes sense.

    Ideally, I'd like to build a mini map of several layouts, so the player can freely road.

    Thanks,

    Roberto

  • Thanks oosyrag. I get it now ;)

  • Hi Gang,

    I'm trying to understand how persistent layouts work. I've explored the Persistent Layout example but i don't quite understand it.

    I created a fresh project.... created 3 layouts. tried my best to replicate the example project... I'm missing something.

    My player, once leaves x<0 or x>LayoutWidth.... disappears once a new layout opens.

    I've gone through every property I can think of - scratching head!

    Thanks,

    Roberto

  • Hi,

    Sorry to ask:

    I know there's an OR block but what about AND?

    example: If player1 AND player2 are dead Then ....

    do something like END GAME!

    Thanks,

    Roberto

  • Thanks dop2000,

    I guess I'm looking for a typewriter effect reading from another textbox... so I don't have to type in the type.

    Pretty neat through ;)

  • I'd like it to produce a paragraph of pre-type text if possible?

    Rather than typing the paragraph.

    Muchos Gracias,

    Robeto

  • Hi Bruno,

    Is it possible to change the input box for a normal text box - so it reads from that box instead of typing?

    I'm playing with it but getting some resistance.

    Regards,

    Roberto

  • Hi Bruno,

    I've just updated my C2 and you've nailed it my friend - drinks on the house!

    You're amazing - Thankyou sooooo much.

    Roberto

  • Hi Bruno,

    I was just thinking of a normal sprite. I'm currently on release 272 and yours seems higher. Will try resolving this first. I appreciate you coming back to me on this ;)

    Roberto

  • Hi Bruno,

    Is it possible to add a sprite (e.g. cursor block) ahead of text?

    Regards,

    Roberto

  • Hi Community,

    I guess I'm trying to create a computer terminal that auto types whatever is in a Textbox. I've seen a few articles online and many out broken capx.

    I can get the text to type

    DestText | left(SourceText.Text, len(DestText.Text) + 1)

    however, I'm trying to put a cursor (sprite) in front of it.

    Any ideas please?

    Thanks,

    Roberto

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi LaMar,

    Sorry to be a pain.... I don't supposed you still have the capx for this do you?

    Regards,

    Roberto

  • Hi Community,

    How does this work? I found the C2 template but I'm trying to figure how it works and how to build my own from a fresh project perspective.

    I'm inspecting the (template) Layout properties of all 3 Layouts but can't see what's different to allow a sprite to pass into each Layout unaffected.

    Thanks,

    Rob

    Tagged:

  • Thanks dop2000

  • but what about if it collides with a ground-sprite or solid?

    currently, my object falls straight through :(

    despite having Object collides with ground-sprite | object = speed = 0 / gravity = 0