Naji's Forum Posts

  • hundredfold well let's say only the x I want to expand. the layout most expand when the player moves outside the layout from the right side leading the layout to increase as the player moves forward. for example a layout of width 800 pixel is set. the player x position is after the 800 pixels thus adding the layout width size of:

    Width = Width + (player.x - width) - example: Width = 800 + (820-800) = 800 + 20 = 820 pixel.

    Is that possible?

  • Closing as very likely a graphics driver issue. Check your drivers are up to date. This exact problem has been reported numerous times in the past and every time was fixed by a driver update.

    Thanks! I updated the graphics drivers and Construct2 worked as usual! Thanks alot!

  • I have recently thought making a new game after my main computer get fixed. One of the main idea I'm concentrating on is making an infinite open world. I want the player to fully control the world and when he reaches the edge, the game layout just stretch to add more contents and more space in the game. Is that even possible? This idea is inspired by Minecraft where the player just live in infinite world where the world never ends! Since it's 2D not 3D , I just want to add more width to the layout by a global varibable or something. Any ideas? I'll be grateful.

    Thanks in advance,

    Naji Kadri

    Lightbulb Games Studios

  • Arrays are group of variables. You can use array to make for example high score for each level .

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • PLZ HELP!!!! Huge problem in Construct2 ! When I add a new sprite, tiled background , particles (anything visual) into the layout , the sprite just become as a white box instead of the sprite shown on the object bar. It still looks fine during runtime, but when you edit all you see just whiteboxes. Why? Please help. I'm using my dad's desktop because mine need fixing.

    The info are:

    VGA: ATI CATALYST

    OS : Windows 7

    Version of C2 : r184 (stable)

    See the pic for prove:

    [attachment=0:z151gwhp][/attachment:z151gwhp]

  • Even Lightbulb uses it? OMG unbelievable!

    In all seriousness, your bird there is very nice. Good job. However, the UI elements you included aren't very good. The colour choice seems kind of poor to me and doesn't really go with the flat-design vibe,

    Really? I used the colors from the flat designs colors website. check them out: http://www.flatuicolorpicker.com/

  • A new pack by Lightbulb Games Studio is here! The latest pack which contains Flat Designs of 44 sprites in three spreadsheets (you can crop them using C2 image editor) , It contains basic assets to make a "Don't Touch The Spikes" game, and few platformer art, also some cool main buttons and user interface buttons (UI).

    Download beta pack from here!

    You can also download from opengameart : http://opengameart.org/content/flat-designs-beta

    Hope you like it guys!

    The flat design is so awesome, even Lightbulb Games Studio uses Flat Design Template!

  • taylork91 , I remember myself asking this question when I was younger. Well, Its depends. Till Now I didn't anything from Construct2 too far because I lack money to buy licenses. Well I'm only 14, I guess your an adult so maybe you can afford it i guess. To see more details see the Topic I made before

  • hey guys, I found this awesome website that can answer all question about your interest like Game development, programming , graphic design, etc..

    This helped me in some questions in my mind.

    https://www.quora.com

  • I would describe it as vector and "flat design". flat design has been very hot this year

    Thanks indiekiwi , I searched the name flat design and that was the result I wanted. It is the style that I want! I'm going to try to make flat design art assets to help game developer make flat games. Yes its vector, I made it with adobe illustrator .

  • Currently 22 reviews, all using rather poor English, and all giving 5 stars. Such suspicious scores automatically make me give such software a very wide berth. I think I'll pass.

    Its poor English because English is not the Lebanese native language , so most foreign people who speak English makes mistakes. Well I'm Lebanese, do you think I have a poor English too?

    As for the five stars stuff I don't know, all I know its a new game so wait until more people rate maybe it will get down to 4.8 or something. All games are like that I guess.

  • Any gameplay video?

    of course I added the link above

  • Planet nam nam is a new game released today by Gamecooks , a Lebanese app developers.

    Planet Nam Nam is a planet inhabited by nefarious birds. They flew to Earth to steal our monuments (Eiffel Tower, Stature of Liberty, etc), for whatever purpose, and now you've got to get them back. he world's most significant monuments have been stolen by invading birds and brought back to Planet Nam Nam! The fate of humanity's landmarks rest solely on our hero - P1W! His mission is far from easy - he has to travel to Planet Nam Nam to fight those vicious creatures and get back what is rightfully ours! Help P1W on his quest to retrieve our monuments and teach those crazy birds a lesson!

    > Please support them by downloading their game. it totally worth it, trust me.

    > iOS: https://itunes.apple.com/us/app/planet- ... 38090?mt=8

    >

    > Android: https://play.google.com/store/apps/deta ... anetnamnam

    >

    > Gameplay: http://m.youtube.com/watch?v=3gi7zT78kME

  • Hey Guys! I made this artwork for a project I was going to make but I didn't , so I look at it and I liked it style!

  • or quicker solution :

    $.("#element").html("thanks for submitting this message!");[/code:29lt2a9t]
    

    Thanks for the better solution ! but I want to ask, what does the dollar sign means? and thanks in advance