uzet1's Recent Forum Activity

  • Hi Ashley

    Tnx for the reply.

    Which one of the files you want?

  • Try Construct 3

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

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

    I've uploaded my test game to this address

    diyphotographystuff.info/games/Math-Game1/index.html

    But it doesn't loads

  • Hi,

    I built a tool (still on beta raw mode), put here:When the user ends his editing, he can press the purple button (with the arrow down) and it downloads an image of his creation.

    The thing is that the screen shot contains all the screen, while I want to capture only the yellow part of the screen (Marked in red)

    what are my options here?

  • Bruno, TNX, I've just found out about this

    TNX

  • Hi guys,

    I'm trying to make a very simple textbox that the user can put a number in it and I'm comparing it to a variable.

    I'm trying if the comparison is correct a text element has the value "correct", if that false the text element has the value 'false"

    I can't do the comparison well, no matter what I try.

    I set the textbox type to nuber.

    What other "problems" I'm missing?

    (its supposed to be a math quiz type ot game)

  • Hi,

    I'm modifing a game based on the turret defence game template .

    I want to add a health bar to each new enemy, so when an enemy is spawned I also spawn an healthBar spite and pin it to the enemy. Every time the enemy is hit I modify the healthBar width to enemy's health instance variable.

    This method doesn't work as all healthBar on the screen get the same value and are destroyed when the first enemy is detroyed...

    Spawning a healthBar when Spawning a new enemy

    [attachment=1:3881wngr][/attachment:3881wngr]

    Adjusting the healthBar as enemy gets hit

    [attachment=0:3881wngr][/attachment:3881wngr]

    How can I adjust the only hit enemy's healthBar?

    How can I destroy the healthBar when the enemy iss dead?

    TNX!!!

  • UndoRedo

    (Update: 2013/04/05)

    This plugin could help designer to add "undo/redo" feature more easily, it could used with canvas or chess/board (just for example).

    - use "action: push" to push step into plugin

    - if "condition: can undo" return true, use "expression:Undo" to get step from plugin.

    - if "condition: can redo" return true, use "expression:Redo" to get step from plugin.

    - set "Mode" to "Steps" if used in chess/board. "States" if used in canvas.

    Used with canvas

    Demo

    - drag to draw circle, each touch end will be a "step"

    - click undo / redo

    Capx

    To open this capx, user need to have

    Plugin: canvas

    Behavior: rex_canvasext

    The "Mode" in properties table is "States"

    - save/load whole image.

    Used with chess/board

    Demo

    - click blue tile to move forward

    - click undo / redo

    Capx

    To open this capx, user need to have

    Plugin: rex_Board

    Plugin: rex_board_squareTx

    Plugin: rex_hash

    Behavior: rex_chess

    Behavior: rex_grid_move

    The "Mode" in properties table is "Steps".

    - Use "startLX" , "startLY" to get source logic position when undo.

    - Use "endLX" , "endLY" to get target logic position when redo.

    UndoRedo plugin could be used standalone, these dependence plugins/behaviors are only for opening these two sample capx.rexrainbow2013-04-05 00:37:07

    Behavior: rex_canvasext

    Isn't available, is there any onther way to download it?

  • Hi codah

    I'll give it a try, thnx!!!

    Any other ideas?

  • Hi,

    I'm on a project that makes a drawing page (something like Paint).

    I want to have an option to undo/redo last iterations.

    How can I do an Ctrl+z system for more the last move?

    I can use the load/save events to undo the last iteration, but how can I go more deep?

    Lets say that pressing 10 times the Ctrl+z combination will bring back the drawing area 10 steps backwards?

    TNX

  • anyone?

  • Hi,

    I'm on a project where the player can draw only on a part of the screen.

    I need to have an option to save only the part on the layout that contains the drawing.

    [attachment=0:3jjz5pyj][/attachment:3jjz5pyj]

    Is that possible?

    TNX

uzet1's avatar

uzet1

Member since 26 Apr, 2014

None one is following uzet1 yet!

Trophy Case

  • 10-Year Club
  • Email Verified

Progress

11/44
How to earn trophies