Naji's Forum Posts

  • Boolean is true and false and they are like integers. For example true represent 1 and false represent 0. Anyway , we use booleans to check states

  • Man ! You and I had the same idea ! Good job!

  • ik that i need license but why isnt there any publishing option.... i hope ashley do it

    Consoles doesn't support HTML5 and since Construct 2 needs an exporter and compiler to export for different platforms, there is no exporter or compiler that makes HTML5 games to native PS3 or XBOX Games

    how old are you ?

  • Till now no, and you need a license or module to develop games for PS3 or XBOX

  • How to download this program? I watched the video, but unfortunately not quite understand how to do it After I downloaded the file Construct 2 Plugin Maker jar, what should I do next?

    After you download it , make sure you have downloaded the Construct2 SDK Template for the plugin and replaced (or editted) the edittime.js file in the plugin template folder. Then set the folder location of the template folder in the program and then enjoy making a plugin !

  • Good, congrats mate...

    Thanks Mate

  • Good job Naji, glad to see you are learning Unity too, that's a great way to get into multi-platform titles in the future

    Thanks JayJay ! Developing a Unity game right now I'll give you all the link once it is published

  • in construct two there is a function called angle with four parameters where you can get the angle between two objects (reference from rotating platformer) , I want someone to provide me the code that function because I want to use it in a JavaScript program and I don't know how.

  • If you can pm me with a list of bugs and errors you encounter so I'll fix them up

  • - i will keep working with it, but it seems like the example file that Naji provided is full of errors

    Don't worry I'll fix that up for you and provide you with the updated version of the program once I fix it!

  • Thanks,

    OK , based on your opinions, Naji, mepis & Rhindon, I've decided to cancel the game title change and remain the title to Brick Breaker X: Rescue Rush.

    Again, thanks.

    Welcome ! That's the right choice

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Toddler or Naji

    Coincidentally I'm looking for isNAN function to convert NAN results into 0. But I didn't find it. Any help? Thanks in advance.

    Check if a variable or global variable or an array isNaN () , if so just set this number to zero

    example : (Hope you understand because I'm a coder)

    If ( isNaN(Array.at(index))) {

    Array.at(index) = 0;

    }

  • There is isNaN () Function

    Maybe try invert the isNan() function and it will be prove that is not Nan

  • Well for now I'm already have been making games 4 years from now , Lately I joined "indie game developers" group on FB and then I was complained to the admin that I was still a beginner and I most be in the beginner group. My question is , when is someone is not considered a beginner in game development ? Because If someone will be making games forever and he is still called a beginner... well.... this is a problem.