xeed's Forum Posts

  • So I need to put the for Each as Event, and the for as subevent of this Event? I'll try this right now.

    Another question is, is there a way to automatically set exact positions for every Sprite after they where put in? I dont speak about the ground Sprites with the for-loop. I mean that all Objects on a layer should be auto set in a raster, on dependence in which "square" x and y of the Sprite is pre-set per Drag and Drop. I hope you know what I mean, my english is not the best. :D

  • Thanks, this help a lot.

    For creating the columns the easiest way would be a second "for each" inside the first. But how can I put a "for each" inside another one?

    (interleaved loops)

  • So the duplicated Sprites do have instance numbers? That would help a lot! I am new at construct, could you tell me how to access an instance of a Sprite for the loop?

    And I could make the map with the Tile Editor too, yes. But I think c2 does not support these maps at this time.

  • The sprites need to be loaded at runtime, because these are many sprites and they could change by file.

    But the first thing i would know, if there is a way to automatically place inserted sprites in rows an columns at specific distances, in this case the height/width of the sprites.

  • Hi,

    I got a layer with 500+ same size Sprites, which must be set in continued rows and columns.

    In Flash I would give a value in an array the parameter "image" and "position", like array[0][0].image = "myfolder/image.png".

    My question is, Is there a way in c2 to handle multiple Sprites in an Array?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • r49 fixes the problem for me (Windows 7 X64 / Radeon x1950 Pro)

    Waiting for Audio Support now :)

  • The whole white sheet shown in new Projects is missing.

    Installed the older 47.2 and all works fine.

  • Also Text Objects are not visible.

    Any ideas how to completely uninstall construct 2 and its settings? recent Project are always present, whatever I try to delete.

  • Did try, no success.

    Radeon x1950 Pro.

    r47.2 worked fine. I did overwrite the old installation folder with new installer, which made me deinstall the old version before.

  • Seems so. It worked with the last version.

    I got latest Drivers, Java and did only install the Classic version of construct in another folder.

    I'll try to uninstall both and reinstall c2.

  • I also tried other formats like GIF or JPG, they are all invisible. I tried reinstall c2r48, same like before.

    Pls help :)

  • Hi,

    : when I put a Sprite as PNG in these are not visible. In the Browser they look fine. Positions etc are correct, I can select them.

    It's PNG 24 from Photoshop. May there be a problem?

  • I'll do. <img src="smileys/smiley1.gif" border="0" align="middle" />

    How to change the Shift Key (Jump) to Arrow Up?

    At the Keyboard Object are currently no direct Key settings available. As an event I can't choose an action for Keyboard.

  • It's the shift key, not up arrow :)

    Owned.

  • This helps a lot :)

    But where can I find more tutorials for Construct 2 here, but the beginner tut on the main page?

    I am searching for a good one about a simple Jump'n'Run game, and stuck at the jump from solid platforms. The player tries to jump, but whatever I set the "Jump strength" value at, the player sprite does not really jump. It seems it tries to raise in vertical like on the 8-way cursor. Any suggestions? Do I need to handle the jumps by events?