Difference between revisions of "Aiming"

From CodeStuff
Jump to: navigation, search
 
Line 210: Line 210:
 
   if (part+1<parts.length ) {
 
   if (part+1<parts.length ) {
 
     setColour("black");
 
     setColour("black");
     print("Pres Space to continue.",220,470);
+
     print("Press Space to continue.",220,470);
  
 
   }
 
   }

Latest revision as of 20:53, 27 June 2017

Run this program to see an animated diagram shoing how to find a direction towards another point.