nothaseo's Forum Posts

  • Wink, I noticed that in your example and in multiple resolution solid example you used On (Scale mode) and then Scale for the updated C2. But for the latest version, I can mo longer find it. Instead I can only find Scale inner and scale outer. How do I implement this using the latest C2. Thanks

  • , how do you set the " Full screen in browser" into "On (Scale mode)?

    The options that i get are only "Crop, Letterbox scale, letterbox scale int, scale outer, scale inner"

    Thanks

  • Thanks That's great. It works and is Exactly what I wanted. <img src="smileys/smiley32.gif" border="0" align="middle" />

  • You can add Instance Variable to each button to store the numbers.

    In your eventsheet you can access them for example:

    ButtonA : on clicked => TextA : set text = ""&ButtonA.yourVarName

    Thanks I did use variables, but the problem is how to make the text shows the value of each variable in sequence. So if i press ButtonA and then ButtonC the text will show in sequence ButtonA.yourVarName+ButtonC.yourVarName.

    But if i press ButtonCand then ButtonA the text will show in sequence ButtonC.yourVarName+ButtonA.yourVarName.

    The var of the first pressed button shows first and then the sceond and so on.

  • Hi everyone, I need your help.

    Here's my problem. I'm making a math game where the player has to press some buttons to reach certain predetermined score. For example:

    ? + ? = 7            -----> text

    [1] [2] [3] [4] [5]   ---->buttons

    the number in bracket is the button, and each has the corresponding score to number. Let's say if i press 4 and then 3, the score first obtained should go to the first "?" and the second should go to the second "?".

    Can anyone help me to do this? Thanks

  • So how is it procrastinator? Do you care to share the fixed capx today?

  • Hi everyone, I'm making a basketball game with different challenges. You have to fulfill different requirements to proceed. Throwing the ball through three basketball rings, to barrels/ floating barrels, or to burnt boxes to put out the fire. Thanks <img src="smileys/smiley1.gif" border="0" align="middle">

    Basketball Bandit

  • I just finished making a basketball game in a month and uploaded it to Newgrounds. I'm not really sure about the difficulty of this 15-level game as when I played it I found that I could finish it quick.

    Basketball Bandit

    <img src="http://i40.tinypic.com/315himf.jpg" border="0">

    Each three stages have different challenge so there are 5 different challenges.

    <img src="http://i39.tinypic.com/2rm5a51.jpg" border="0">

    I'm planning to make this 100 levels, any suggestions for the existing levels or ideas for the next levels will be very welcomed. Thanks

  • I thought I was the only one until I read this thread. I uploaded my game to dropbox and googledrive, and it runs well. But when I uploaded to Scirra Arcade, the balnk grey screen appears.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • unclejunkie,I just played your game. It's really fun.^^ The only thing I dont see blend with the environment is the moon (or the sun)

  • It will be useless without your help unclejunkie . Thanks again. In what level are you now? I m afraid that the game is too easy. Do you also submit a game to Newgrounds?

  • unclejunkie, wow thankyou very much. It works now. I owe you. Thanks^^

    And this is my game Basketball Bandit

  • I uploaded my game but got this message "there was a problem reading your zip file at/net/netapp01/vol/ng_www/tfulp/htmlupload/storag e/..(Error code:4)" What should I do?

  • procrastinator,It really does :) Yeah I just noticed it. Though it's not really a problem, it'd be great if you can upload the fixed capx :)

    I have some questions. When I export the project as html 5 everything runs well, and I can locate the Questions.txt in the folder. But When I export as desktop apps via node-webkit and play it, all the texts display "0". The questions appear after I clicked the "0" several times. Do you know why? And why is there no Questions.txt in the folder win32, but there is in osx? Thanks