Whiteclaws's Recent Forum Activity

  • BluePhaze , Don't be sad , I'm learning C currently , game coming soon

  • Cell checking shouldn't result in a performance loss at all , on the worst case , the performance shouldn't go lower than the "brute force" approach .

    Could you give us a bit more details

  • That's fine and all , but my metal is more shiney than yours xD

  • You can use Webstorage

  • Here are some questions i've come up while using C2:

    1) How to make zooming right (without going through floor)?

    2) How to remove white stripes w/ tilemap bg w/ pixel rounding and point sampling? [solved, but not fully]

    3) Where the heck are ellipse tool and text tool? (In sprite editor)

    4) Can tilemap be "interactable"? (i.e. breaking tiles, colliding with specific tiles, etc.)

    5) Where's exe exporter? Bring it back. No, i don't like node-webgl one.

    That's nice...

    now get to the point

    Edit;

    2) + Telling us NodeWebkit is slow , that issue happens when you have old drivers , and that also may be the cause of you having bad performance , give us your rig , I want to laugh ...

    Seriously tho , go upgrade those old drivers of yours and test again , and try not to blame software for your hardware's problems

  • Top of my mind , you'll need a server , and your C2 app to send messages to other people using the websocket plugin , I saw a tutorial on building one no a long time ago , by SGCONFI

  • Well , making a game is not an easy task , and I don't think you might find a tutorial that might suit your needs at 100% , you'll need to scavenge for info around the tutorials sections ;

    Also, as said above , have a look to the template

  • Have a look at arrays , and the random() expression , the routine would be populating a 1-dimensionnal array with strings , and then picking a random expression from the array via ;

    Array.At(random(0, Array.Width - 1))

    Important ; Arrays start at 0 , and not one , but the width is 1-based that's why I put Array.Width - 1

  • That sounds pretty cool. Since my first game is aimed at PC, porting it to XB1 should be a no brainer. It seems like a good, easy way to make some more sales. :)

    I don't think it would be that easy , as microsoft isn't as indie-friendly as you think ... I don't think they would accept any game that easily

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Some conditions can't be inverted because of some issues they could cause on the code , because logic says so ^^

    See the post below for more info

  • Glad I could help ^^

  • I think it's a loop , and each of the eggs lerp to the egg that have it's ID as Egg.ID - 1 ...

    <img src="https://dl.dropboxusercontent.com/u/89532891/Everything/Images/Final.png" border="0" />

    Basically , it's a loop that runs every tick , the lastX/Y is first set to the Player's Position , and then , it lerps to lastX/Y and sets the position to this instance's position , to then re-lerp to it until it moves every egg ...

    It probably won't work , but yeh , I don't have much time to debug it ...

Whiteclaws's avatar

Whiteclaws

Member since 14 Feb, 2011

None one is following Whiteclaws yet!

Trophy Case

  • 13-Year Club
  • x4
    Coach One of your tutorials has over 1,000 readers
  • Email Verified

Progress

15/44
How to earn trophies