JACLEMGO's Forum Posts

  • I have 2 layers:

    bottom -> 1 Sprite & 1 Text

    Top -> 1 Sprite

    Both layers are set to transparent. the background image is in the browser.

    When the game starts, all the graphics starts to blur, and becomes worse as the game runs.

    If I set background's transparent to no. it solves the issue.

    The text changes every tick, it looks like the canvas isn�t cleared before the graphics is updated. It seems like there lots of text over each other.

    I later deleted the top layer, same thing happens.

    I just need to mention, that the image on the bottom layer, if a very high quality 32bit PNG file, with transparent background, the size is only 162kb, changing the image to 8bit didn�t solve the problem.

    This happens on FF, Chrome, IE, Safari.

    Please help!

    Construct 2 Release 84 Build at 12:01:44 on Mar 26 2012

  • Hi Ashley,

    Will it be possible to import animation folders to the animation panel?

    Eg:

    I have a folder containing sub folders, with the names, eating, sleeping, running, etc? each one of these folders has some about 10 images in.

    I 20 such folders. I takes quite some time to create an animation, rename it, and add the images.

    Would be awesome to just select the root, and C2 imports all the folders, creating animations according to the name of the folder, and adding the images.

    Regards

  • Hi,

    I have a game, containing 4 characters, only one character will be visible during game play, this character must be selectable from HTML.

    Is it possible to send a var to the game from HTML, to select which character to make visible during the game. This must be done from HTML or an extra param on the URL, js, etc... but no PHP.

    Any suggestions?

    Tks.

  • Great! Thank you!

  • Hi,

    Is it possible to add a video in my C2 game?

    Tks

  • KYATRIC.

    Jip, I'm doing everything exactly the same as I have been doing in all my other projects, it works on 2 other pc I work on, but not on this new pc.

    My graphics card drivers are up to date.

    Does C2 have an error/log file?

  • I installed Construct on a new pc.

    I can create a project, but when I try and create a Tiled background, I get the following error:

    "Please open a layout before editing an object's texture"

    Or the whole application just hangs.

    Please help!

    Thx

  • I have a Sprite, called enemy, which is created by ?Create object? any number of times at the start of a level.

    Then there is a sprite, called gun, this gun is created at the same time as the enemy sprite. The enemy sprite has some animations.

    While the enemy?s animations are playing, I?m doing calculations on the current frame to set some values on the gun, like visibility, size, etc?

    The problem is, the enemy animations updates all the guns on the layout out, and not just the gun ?linked? to it.

    How can I solve this?

    Thx

  • Hi Ashley,

    Please note that I am using a stable release, construct2-r81-setup_78980.

    That fixed work though, thank you.

  • Hi

    I upgraded to version 81 today, now if I build a site, the page doesn't load, I get a message "log is not defined".

    Any help please!

    Regards

  • Try Construct 3

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

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

    I am Jacques from South Africa. I am a C# software developer during the day, game developer by night :)

    Currently using Construct for games, applications and animations.

    Cheers

  • YESSSSSS!!!!! Thank you some much!!!

    For everyone else:

    Set the Sprite Effect to: Destination out

    The Top Layer as Kyatric pointed out.

    <img src="smileys/smiley1.gif" border="0" align="middle" />

  • Hi,

    I have 2 layers, background and game.

    Background has one Image.

    On game I have two sprites, another ?background? and a sprite, a square block 100x100. What I want to achieve is the following effect:

    The sprite should mask out the "front background", where the sprite is located, and display the lower layer, the background.

    Is this possible, if so can someone please help me.

    PS I have tried all the options in the "Effect" Options.

    Regards