
FileVersion 1

// all units are in 1/20th of a pixel
FrameArea {
  width 4000
  height 3000
}

// frames per second
FrameRate 10.0

BackgroundColour { 0 128 128 }

jpeg {
  id 50
  file "ADFS::HardDisc4.$.bs1"
  width 244
  height 344
}

// define the shape
DefineShape {
  id 1
  fillstyle {
     tiled {
       id 50
       matrix { 300000 }
     }
  }
  selectfillstyle0 1
  moveby { 1000 1000 }
  lineby { 1000 1000 }
  lineby { 1000 -1000 }
  lineby { -1000 -1000 }
  lineby { -1000 1000 }
}

// place the shape on the screen
PlaceObject {
  depth 1
  id 1
  matrix {
    655360          // scale x and y
    0 500           // translate
  }
}
// show what we've got so far
ShowFrame { }
