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

d3getpos
座標変換結果を返す

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

hgimg3 6

getang
angグループ情報を取得

getangi
angグループ情報を整数で取得

getangr
angグループ情報を取得

getefx
efxグループ情報を取得

getefxi
efxグループ情報を整数で取得

hgcnvaxis
3D座標の変換を行なう

hgimg3,hgimg4 8

getdir
dirグループ情報を取得

getdiri
dirグループ情報を整数で取得

getpos
posグループ情報を取得

getposi
posグループ情報を整数で取得

getscale
scaleグループ情報を取得

getscalei
scaleグループ情報を整数で取得

getwork
workグループ情報を取得

getworki
workグループ情報を整数で取得

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

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

hgimg4.txt
はじめに HGIMG4は、Hot Soup Processor ver3.4以降とともに使用することで、
doclib\hgimg4.txt

サンプル (4 カテゴリ)
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

hgimg4 1

test13.hsp
title "HGIMG4 Test" 物理エンジンテスト カーソルキーで箱を動かすことができます randomize gpreset setcls
sample\hgimg4\test13.hsp

module 1

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

[Reset]
Online HSP Document Library