リファレンス URL:view_angle[0…7]
「実数 (Real) 」として値取得/設定。 With this variable, you can get (or set) the angle at which the view is to be drawn. The default angle is 0º but it can be set to any angle between -359º and 359º. This will not affect how the game is played as it is only for setting the angle at which the view is drawn. Often it is used to create a rotating minimap, or to "shake" the view for example. NOTE: This variable will not work on the HTML5 target module, nor the Windows 8 (JavaScript) module. スクリプト・サンプルif shake
{
view_angle[0] = -10 + random(20);
}
else
{
view_angle[0] = 0;
};
Variables (Global) /view_angle