event_wait
待ち時間イベントを追加
hgimg3.txt
はじめに HGIMG3は、Hot Soup Processor ver3.1以降とともに使用することで、
doclib\hgimg3.txt
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