HZGaming's Forum Posts

  • I don't know how to use this plugin D: Can someone post the expressions :/

  • The example links don't work Can you repost them?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads

    I have downloaded the plugin but have yet to incorporate it and try it. Just wanted to thank you for posting the URL! It looks very helpful

    How do I Make A countdown timer? I want to have a clock that counts down form 24 hours by the second. So something like this: 24.00.00 => 23.59.59 => 23.59.58 and so on. How to do this?

  • How do I trigger events at a specific time like 3:45 pm? I want to have a button so that when it is clicked, 24 hours from when it was clicked a new object will spawn. So an example would be clicking a button that would spawn an egg and 24 hours directly after you clicked the button, the egg would hatch. How do I do that?

  • Thank you very much!

  • izicial I understand that, thank you but I really want to keep the type number because this textbox is supposed to allow players to enter their amount of money and so I don't want them to be able to enter letters.

  • Here is the screenshot izicial:

  • How come I keep getting the message, Invalid Value? I have a textbox and its type is number and it also has an instance variable. I want to set the numbers entered in the textbox as the instance variable value but each time I try to I get the message: Invalid value for "Value". You can not set a string to the number variable '(name of variable)' - use int() or float() around the expression to convert. I set the code to: Set Value for (Variable Name) to (object_name).Text but that does not work. Also, I do not want to change the type of the textbox because that would screw up my game. Help would be greatly appreciated!

  • NOT SOLVED! Help please?!?!

  • ramones Yeah I guess. Also, is there anyway to get a permanent dollar sign to stay there? I making a bank for my game and I want an automatic dollar sign to show up when you enter your money in the textbox.

  • I recommend Javascript, HTML/CSS, and most important, PHP. A good knowledge of php coding can help you make custom leaderboards. Hope this helps!

  • How do I To Remove the Increase Bar in A textbox? BTW, the type of text input is numeric.

  • ramones Your solution worked but whenever I click any other button thats not numeric, it erases everything already entered in the box. Is there anyway to fix this?

  • I set the type of my textbox to number but I still can type letters. How to fix this??