home *** CD-ROM | disk | FTP | other *** search
/ Kids Cube / 6_Math.iso / roo / branch.rot < prev    next >
Text File  |  1991-05-20  |  275b  |  27 lines

  1. .SCROLL
  2. 30
  3. 18
  4. 2
  5.  
  6. if Roo can move forward then
  7.  step
  8. otherwise
  9.  turn
  10. the end of branching
  11.  
  12.  step
  13.  
  14. if Roo can't move forward then
  15.  turn
  16. otherwise
  17.  hop
  18. the end of branching
  19.  
  20. hop
  21.  
  22. if Roo can move forward then
  23.  step
  24. otherwise
  25.  turn
  26. the end of branching
  27.