Home | Rules and Guide | Sign In/Create Account | Write a Post | Reddit | #ludumdare on irc.afternet.org (Info)

Ludum Dare 26 — April 26th-29th Weekend — Theme: Minimalism

  • Judging Ends: in 19 hours, 12 minutes, 26 seconds
  • Play and Rate Games | View All Games | Edit | View My Entry
    Twitter | #ludumdare on irc.afternet.org

    [ Warmup Weekend | Real World Gatherings | Tools | Ludum Deals (yep, we got it) ]


    tip for people using processing.js

    Posted by
    April 21st, 2012 7:14 pm

    If you’re using ArrayList, don’t give it an initial value. Anotherwords don’t do this:

    ArrayList enemies;
    enemies = new ArrayList(20);

    I wasted too much time trying to figure that out. It was working fine in processing, but in the webbrowser it wasn’t working. Just leave it blank:

    ArrayList enemies;
    enemies = new ArrayList();

     

    Leave a Reply

    You must be logged in to post a comment.


    All posts, images, and comments are owned by their creators.

    [cache: storing page]