i am making a space invaders clone for class and i cant get it to work

edited May 2017 in How To...

A certain if statement ws screwing me over but it is gone now because my program currupted

Tagged:

Answers

  • edited May 2017

    Go back

    Edit your post in the processing forum

    Select entire code in processing forum with mouse and then hit ctrl-o

  • what does that do? it just opens a oped file dialauge \

  • edited May 2017

    You can check the if command in the reference

    https://www.processing.org/reference/

    if(3 == 4)
    
        println ( "yes" );
    
        else println ("no");
    
  • i dont need help any more it corrupted and i have to start over

  • Answer ✓

    your changed your initial code. Twice. Please don't do that.

  • sorrry the teacher made me take it down then it corrupted

  • get your teacher to show you svn or git or any of the other source control systems and you'll never suffer corrupted files again...

Sign In or Register to comment.