actor.height = 50;
actor.width = 30;
screen1.enabled;
screen2.hide;
actor1.x = (rand(actor2.width))+actor2.width;
actor1.y = (rand(view.height))+view.y;
//actor1's place is randomly on actor2
Dont know if anyone asked for this but GE needs actor export. So you can take any actor and save it in a single file and merge it with any of your projects.
savegame("Slot1");
loadsave("Slot1");
Users browsing this forum: No registered users and 1 guest