event_wait
待ち時間イベントを追加
hgimg3.txt
はじめに HGIMG3は、Hot Soup Processor ver3.5以降とともに使用することで、
doclib\hgimg3.txt
HGIMG4プログラミングガイド
HGIMG4は、Hot Soup Processor ver3.6以降とともに使用することで、画面の描画に関する様々な機能拡張を提供します。
doclib\hgimg4.html
emit_sample1.hsp
#include "hgimg3.as" パーティクルサンプル randomize screen 0,640,480,0 cls 4 hgini
sample\hgimg3\emit_sample1.hsp
emit_sample2.hsp
#include "hgimg3.as" 2Dスプライトのサンプル (カーソルキーで移動、スペースで発射) ウインドゥサイズの設定 screen
sample\hgimg3\emit_sample2.hsp
emit_sample3.hsp
#include "hgimg3.as" パーティクルサンプル randomize screen 0,640,480,0 cls 4 hgini
sample\hgimg3\emit_sample3.hsp
meshmap6.hsp
#include "hgimg3.as" #const COL_MY 1 #const COL_TREE 2 static objectサンプル
sample\hgimg3\meshmap6.hsp
meshmap7.hsp
#include "hgimg3.as" #const COL_MY 1 #const COL_TREE 2 自動追尾カメラサンプル
sample\hgimg3\meshmap7.hsp
test11.hsp
#include "hgimg3.as" テクスチャアニメーションのサンプル (カーソルキーで移動、スペースで発射) ウインドゥサイズの設定
sample\hgimg3\test11.hsp
test12.hsp
#include "hgimg3.as" パーティクルサンプル2 (パーティクル生成をイベントで行なう) randomize screen
sample\hgimg3\test12.hsp
test6.hsp
#include "hgimg3.as" 2Dスプライトのサンプル (カーソルキーで移動、スペースで発射) ウインドゥサイズの設定 screen
sample\hgimg3\test6.hsp
test7.hsp
#include "hgimg3.as" フェードイン・アウトサンプル randomize screen 0,640,480,0 cls 4
sample\hgimg3\test7.hsp
test8.hsp
#include "hgimg3.as" パーティクルサンプル randomize screen 0,640,480,0 cls 4 hgini
sample\hgimg3\test8.hsp
light_test5eff.hsp
title "HGIMG4 Test" ポイントライト色変化テスト マウス/タッチドラッグでカメラを動かすことができます randomize
sample\hgimg4\light_test5eff.hsp
particle.hsp
title "HGIMG4 Test" gpreset setcls CLSMODE_SOLID, 0 画面クリア設定 setpos
sample\hgimg4\particle.hsp
physics_1.hsp
#include "hgimg4.as" gpbox box,1,$888888 箱を生成 setang box,1,1 setscale
sample\hgimg4\physics_1.hsp
physics_2.hsp
#include "hgimg4.as" wx=ginfo_sx:wy=ginfo_sy 描画エリアのサイズ setpos
sample\hgimg4\physics_2.hsp