frcol's Forum Posts

  • That´s true. As you see, I´m new here, and I´m studying a lot Construct.

    I will take care with the old posts in the future.

    But, it "was" awesome

  • I tried Touchwrap plugin and I found it awesome.

    Thanks!

  • Refeuh , do you have an exemple of this usage?

  • Problem Description

    Content from global layer does not appears in override layers in editor.

    Attach a Capx

    GLobalLayer.capx

    Description of Capx

    Two layouts.

    Layout 1 has a yellow box in Global layer "Global".

    Layout 2 has a override layer "Global"

    Steps to Reproduce Bug

    • Go to Layout 2 Observed Result does not appers the yellow box from Global layer in Layout 2 Expected Result Should show yellow box in Layout 2 Affected Browsers
      • Editor Operating System and Service Pack Windows 8.1 Construct 2 Version ID 193
  • Yep!

    Global layer is exact what I need.

  • I have 35 Layouts, each one is a level.

    The Pause is a sprite (background like a window) with sprites (buttons: home, restart, etc). See attach.

    Each layout has your own "Pause" (position, sprites properties).

    If I want to change a sprite´s position from the Pause, Do I must to change the 35 layouts?

    The EventSheet is easy to maintan, because I´m using one for the 35 laoyts, but the "Layout" part is hard.

    I´m doing it in the best way? Is there a smarter way to do it?

    Thanks

  • Thanks all.

    I´ve already read about Enable/disable groups but had never used before.

    it worked.

    Thanks Softloulou for the example!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I want to use a pause window that has: Play, restart and Level buttons.

    I put this "window" with buttons (sprites) into a layer.

    I let this layer invisible and turn it visible when click the mouse sprite.

    The problem is, even invisible, I can click on the buttons (sprites with mouseClick event).

    Any help or idea?