Search:

Type: Posts; User: pbrockway2

Search: Search took 0.11 seconds.

  1. Replies
    41
    Views
    2,948

    Re: Help with an object based level format

    The example of a text file which you said you wanted to read and execute was the following:



    Level1.add(new GroundTileATop(10,10)
    Level1.add(new GroundTileATop(40,10)


    I am suggesting that...
  2. Replies
    41
    Views
    2,948

    Re: Help with an object based level format

    First you can read in Java code and execute it on the fly. That's what libraries like Beanshell let you do. But there's a reasonable amount of work you would have to do to master its usage and your...
Results 1 to 2 of 2