can someone help me ? i make a multi level game ,but when that game in level 2 ,i must press run again
how to make level change automatic without must press run again ??
but i want to ask you something..
when my game in level 2 , bullet.class in level 1 call again to level 2 ,although i call bullet2.class in level 2.
do you know why ?
this code in level 2 :
setPaintOrder(Bullet2.class, Vehicle2.class, Person2.class, PedestrianCrossing2.class,EndLine.class, Line2.class, Counter2.class, Lives2.class, Background2.class);
when my game in level 2 , bullet.class in level 1 call again to level 2 ,although i call bullet2.class in level 2.
do you know why ?
Pause the scenario while in level 2 and while a bullet it in the world. Then right click on bullet and select the Inspect option. Report back exactly what the top-most line of text reads (along the top edge of the Inspection panel).