getang
angグループ情報を取得
getangi
angグループ情報を整数で取得
getangr
angグループ情報を取得
getdir
dirグループ情報を取得
getdiri
dirグループ情報を整数で取得
getefx
efxグループ情報を取得
getefxi
efxグループ情報を整数で取得
getpos
posグループ情報を取得
getposi
posグループ情報を整数で取得
getscale
scaleグループ情報を取得
getscalei
scaleグループ情報を整数で取得
getwork
workグループ情報を取得
getworki
workグループ情報を整数で取得
hgcnvaxis
3D座標の変換を行なう
hgimg3.txt
はじめに HGIMG3は、Hot Soup Processor ver3.2以降とともに使用することで、
doclib\hgimg3.txt
sample3.hsp
#include "hgimg3.as" #define global _dispx 640 #define global _dispy 480
sample\elm2d\sample3.hsp
sample4.hsp
#include "hgimg3.as" #define global _dispx 640 #define global _dispy 480
sample\elm2d\sample4.hsp
cnvaxis.hsp
#include "hgimg3.as" 3Dモデルの中心座標を2D画面上の座標に変換する screen 0,640,480,0 cls 4
sample\hgimg3\cnvaxis.hsp
emit_sample2.hsp
#include "hgimg3.as" 2Dスプライトのサンプル (カーソルキーで移動、スペースで発射) ウインドゥサイズの設定 screen
sample\hgimg3\emit_sample2.hsp
test11.hsp
#include "hgimg3.as" テクスチャアニメーションのサンプル (カーソルキーで移動、スペースで発射) ウインドゥサイズの設定
sample\hgimg3\test11.hsp
test6.hsp
#include "hgimg3.as" 2Dスプライトのサンプル (カーソルキーで移動、スペースで発射) ウインドゥサイズの設定 screen
sample\hgimg3\test6.hsp
shoot.hsp
シューティングゲームのサンプル (onitama 2004/11) (HSP3以降専用) バッファIDの設定 #define global
sample\module\shoot.hsp