Online HSP Document Library
getpos の検索結果 [Reset]
リファレンス (2 カテゴリ)
d3module 2

d3getpos
座標変換結果を返す

d3lineto
前回描画位置からの線を描画

hgimg3 14

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座標の変換を行なう

ドキュメント (1 カテゴリ)
標準カテゴリ 1

hgimg3.txt
はじめに HGIMG3は、Hot Soup Processor ver3.3以降とともに使用することで、
doclib\hgimg3.txt

サンプル (3 カテゴリ)
elm2d 2

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

hgimg3 4

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

module 1

shoot.hsp
シューティングゲームのサンプル (onitama 2004/11) (HSP3以降専用) バッファIDの設定 #define global
sample\module\shoot.hsp

[Reset]
Online HSP Document Library