リファレンス 8 ドキュメント 4 サンプル 13
basic 36 demo 1 extgraph 5 hgimg 23 hspcl 6 hspda 6 hspdb 3 hspdx 8 hspext 20 hspsock 5 loadlib 11 new 17 ssaver 1

extgraph

Path : sample\extgraph
grect.as
title "grect" screen 0,640,480,0 cls 2:gfini font "Arial",14 m="HSP2.61 HspExt\nSample 2004" x=320:y=320:px=4:py=4 repeat redraw 0 hsvcolor cnt/2,255,255 gmode 0,200,200 grect x,y,cnt*16 gfdec 4,4,4 pos 502,422:color 0,0,0:mes m pos 500,420:color
sample\extgraph\grect.as - 2004/06/12
grect2.as
title "grect" screen 0,640,480,1 cls 2 font "Arial",14 m="HSP2.61 HspExt\nSample 2004" x=320:y=320:z=100:px=2:py=1:pz=1 repeat redraw 0 grect x,y,cnt*32,z,z,cnt/150 pos 502,422:color 0,0,0:mes m pos 500,420:color 255,255,255:mes m await 12 redraw 1
sample\extgraph\grect2.as - 2004/06/12
grotate.as
title "grotate" buffer 3,256,256,0 cls 4 repeat 16 hsvcolor cnt*16,192,192 x=cnt*16 boxf x,0,x+7,256 boxf 0,x,256,x+7 loop screen 0,640,480,0 cls 2 font "Arial",14 m="HSP2.61 HspExt\nSample 2004" size=0:psize=2 repeat redraw 0 pos 320,240 color
sample\extgraph\grotate.as - 2004/06/12
grotate2.as
title "grotate" buffer 3,256,256,1 picload "face.bmp" screen 0,640,480,1 cls 4 palcopy 3 font "Arial",14 m="HSP2.61 HspExt\nSample 2004" max=50 dim xx,max dim yy,max dim px,max dim py,max dim rot,max dim prot,max repeat max rnd xx.cnt,640 rnd
sample\extgraph\grotate2.as - 2004/06/12
gsquare.as
title "gsquare" randomize buffer 3 picload "../demo/hsp2ttl.jpg" screen 0,640,480,0 gmode 0,640,200 tx.0=0:ty.0=0 tx.1=640:ty.1=0 tx.2=640:ty.2=200 tx.3=0:ty.3=200 repeat redraw 0 color 64,64,64:boxf n = cnt&127:if n>=64 : n=63-(n-64) x.0=n+100
sample\extgraph\gsquare.as - 2004/06/12