hgqcnvaxis
OBAQ座標をHGIMG3座標に変換
drop.hsp
#include "obaq.as" #const gr_ball 1 #const gr_wall 2 drop game
sample\obaq\drop.hsp
drop_dish.hsp
#include "hsp3dish.as" #const gr_ball 1 #const gr_wall 2 drop game
sample\obaq\drop_dish.hsp
test10.hsp
#include "obaq.as" 重力のない平面でのビリヤード風動作サンプル カーソルキー左右で角度を決定してスペースキーで発射します
sample\obaq\test10.hsp
test6.hsp
#include "obaq.as" オブジェクトをカーソルキーで操作します さらに他の物体との衝突を検出します [ESC]で終了します
sample\obaq\test6.hsp
test8.hsp
#include "obaq.as" マウスクリックした場所にあるオブジェクトを削除 左クリックでマウスカーソル位置のオブジェクトが消えます
sample\obaq\test8.hsp
tof2.hsp
title "tof2" randomize 乱数の初期化 screen 0, 640, 480 ウィンドウ初期化 *init 初期化 qreset
sample\obaq\tof2.hsp