Whiteclaws's Forum Posts

  • I'll give you a nice tip !

    Go check the beginners tutorial before starting your game :3 !

    Cheers !

  • I said , I tried everything ... Variables , arrays , solid objects ... Wait a sec ...

    Got an idea , re-post if it is solved

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hey Guys ! Whiteclaws here ! Today is another day with another problem !

    I tried all my possible but I suck at instances so couldn't do a lot !

    My Issue is that I want to make a game when you connect the dots to get a good score but I only want to make the line between two points to appear but when I click on a point where all line intersect all the line that touches that point appear ... You can see it too in my capx !

    Here is the

    Capx !

    Thanks for help !

  • Seems Neat !

    Nice job !

  • Buddy ...

    You seem new here , A tip for you ... Don't try it ...

    If you want to make multiplayer games try another game maker because if you want a game in multiplayer , you'll need a lot of code knowledge to setup the server ...

    But if you are persistent , Check out this post

    Linky Link :D

    Cheers !

  • Don't use local variables , their value change to zero every ticks !

  • Crashed mine too !

  • I'm a sexy beast , but I'm only 13 years old , so no pictures for you guys ...

    Yo Dawg , I heard you liked sexy beasts , so I put a sexy beast in your sexy beasts , so you can see sexy beasts all-round yer sexy beasts without even having to be a sexy beast !

  • An exe ... and some folder for the images and sound ... That's it !

    Cheers

  • I think 1 hour to design a game is not a lot ... It is really not enough to make atleast the ghost shooter tutorial ... You should give them 2-3 hours to make their game ...

  • Apache is going to re-write the phonegap structure for 25* more fps rate

    So be patient and You'll get an fps boost soon !

    Source

    Cheers !

    Edit : Phonegap 2.2 is out ! Here you go ! :D

  • Hello ...

    First of all , I would like to thank you , reader , to give your attention for this issue ...

    My problem is really simple ... I made a prototype that I want to test on XDK , I exported it to appmobi ... And when I launch it , it only shows a black screen ...

    Another Thank for your attention ...

  • Hmmm ... Really enigmatic ... Wait ...you could make a script that makes the object move behind or in-front depending on if the player is colliding with the fences ... You wouldn't need to make the fences physical ...

  • Now , My turn :D ...

    Event Sheet : Rename event to be another objects event ...

    Example :

    I want car and bus to move 5 meters without having to mess with the families

    car : move 5 meters

    copy the event and change :

    *Car*(to bus) : move 5 meters

    Cheers

  • You could ... create two non-movable sprites just behind and in front of your object in an axis ?!

    Try that ...