This site requires JavaScript, please enable it in your browser!
Greenfoot back
Laurence
Laurence wrote ...

2016/8/29

getWorld(); not found?

Laurence Laurence

2016/8/29

#
if(timer == 0)  
        {
        World IntroSequence;
        IntroSequence = getWorld();
        world.addObject(text1,117,427);
        }
Just a quick issue, seem to be getting errors on 'text1', 'world', and 'getWorld();. It can't find the getWorld(); method or variable 'World'
Laurence Laurence

2016/8/29

#
Nevermind, I resolved it, found out that worlds already had world-related methods already at the disposable.
You need to login to post a reply.