home *** CD-ROM | disk | FTP | other *** search
- ;
- ; Ballmaster Shapes creator V1.2
- ; Copyright (C) 1997-2000 Damir Arh
- ;
- ; This program is Free software; you can redistribute it and/or modify
- ; it under the terms of the GNU General Public License as published by
- ; the Free Software Foundation; either version 2 of the License, or
- ; (at your option) any later version.
- ;
- ; This program is distributed in the hope that it will be useful,
- ; but WITHOUT ANY WARRANTY; without even the implied warranty of
- ; MERCHANTABILITY OR FITNESS For A PARTICULAR PURPOSE. See the
- ; GNU General Public License For more details.
- ;
- ; You should have received a copy of the GNU General Public License
- ; along with this program; if not, write to the Free Software
- ; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- ;
- ;
- ; E-mail: damir.arh@telesat.si
- ;
- ; S-mail: Damir Arh
- ; Titova 89
- ; SI-4270 Jesenice
- ; Slovenia
- ;
- ;
- ; $VER: shapes.bb2 V1.2 (29.12.2000)
- ;
-
-
- #ecs=0
-
- ;nalozimo sliko
- CNIF #ecs=1
- BitMap 0,320,256,6
- LoadBitMap 0,"BallMaster_ecs.iff"
- CELSE
- BitMap 0,320,256,8
- LoadBitMap 0,"BallMaster_aga.iff"
- CEND
-
- ;odprimo zaslon
- Use BitMap 0
- BitMapOutput 0
-
- ;zacnimo s pobiranjem objektov
- GetaShape 47,0,193,11,11 :Handle 47,5,5
- GetaShape 0,17,193,10,10
- GetaShape 1,0,0,10,10
- GetaShape 2,0,11,10,10
- GetaShape 3,0,22,10,10
- GetaShape 4,0,33,10,10
- GetaShape 5,11,0,10,10
- GetaShape 6,0,44,32,16
- GetaShape 48,33,44,32,16
- GetaShape 49,66,44,32,16
- GetaShape 7,0,61,32,32
- GetaShape 8,0,94,32,32
- GetaShape 9,0,127,32,32
- GetaShape 10,0,160,32,32
- GetaShape 15,33,160,32,32
- GetaShape 12,66,160,32,32
- GetaShape 13,99,160,32,32
- GetaShape 14,132,160,32,32
- GetaShape 11,165,160,32,32
- GetaShape 16,12,193,4,4
- GetaShape 17,0,205,320,16
- GetaShape 18,0,228,15,14
- GetaShape 19,0,222,9,5
- GetaShape 20,10,222,9,5
- GetaShape 21,20,222,9,5
- GetaShape 22,30,222,9,5
- GetaShape 23,40,222,5,8
- GetaShape 24,46,222,5,8
- GetaShape 25,52,222,5,8
- GetaShape 26,58,222,5,8
- GetaShape 27,64,222,9,5
- GetaShape 28,74,222,9,5
- GetaShape 29,84,222,9,5
- GetaShape 30,94,222,9,5
- GetaShape 31,104,222,5,8
- GetaShape 32,110,222,5,8
- GetaShape 33,116,222,5,8
- GetaShape 34,122,222,5,8
- GetaShape 35,28,193,12,12
- GetaShape 36,41,193,12,12
- GetaShape 37,54,193,12,12
- GetaShape 38,67,193,12,12
- GetaShape 39,80,193,12,12
- GetaShape 40,93,193,12,12
- GetaShape 41,106,193,12,12
- GetaShape 42,119,193,12,12
- GetaShape 43,132,193,12,12
- GetaShape 44,145,193,12,12
- GetaShape 45,158,193,12,12
- GetaShape 46,171,193,12,12
- GetaShape 50,33,127,32,32
- GetaShape 51,12,198,4,4
- GetaShape 52,22,0,10,10
- GetaShape 53,22,11,10,10
- GetaShape 54,22,22,10,10
- GetaShape 55,22,33,10,10
- GetaShape 56,11,11,10,10
- GetaShape 57,33,0,10,10
- GetaShape 58,33,11,10,10
- GetaShape 59,33,22,10,10
- GetaShape 60,33,33,10,10
- GetaShape 61,11,22,10,10
- GetaShape 62,44,0,10,10
- GetaShape 63,44,11,10,10
- GetaShape 64,44,22,10,10
- GetaShape 65,44,33,10,10
- GetaShape 66,11,33,10,10
- GetaShape 68,66,127,32,32
- GetaShape 67,99,127,32,32
- GetaShape 69,132,127,32,32
-
- ;pa shranimo vse skupaj
- CNIF #ecs=1
- SaveShapes 0,69,"BallMaster_ecs.gfx"
- CELSE
- SaveShapes 0,69,"BallMaster_aga.gfx"
- CEND
-
- ;konec
- End
-
-