some Coding I made
Posted: Sun Jun 21, 2009 7:16 am
This coding will make a ship circle around the screen, and also rotate to stay looking at the center of the screen, or just rotate along with its turns.
Examples:
http://zetaflow.skylogic.ca/game/play/10172/ Crawler Tank, stares at center of screen, and wheels along walls.
http://zetaflow.skylogic.ca/game/play/6976/ Circler, and old level where I invented the circle coding.
Code: Select all
waypoints,1,2.5,250,100,100,250,100,400,250,500,500,500,700,400,700,250,500,100
rotatePart,0,-0.5,0,0,0
http://zetaflow.skylogic.ca/game/play/10172/ Crawler Tank, stares at center of screen, and wheels along walls.
http://zetaflow.skylogic.ca/game/play/6976/ Circler, and old level where I invented the circle coding.