13/04/05 22:08:06.00 nGm0/0Km
例えば Set Variable で sprite_direction という変数が宣言されているものとする
(左向きが 0、右向きが 1 )
アイコン記述だと
Test Variable(variable sprite_direction、 value 0、 equal to)
Start Block
Change Sprite(sprite 画像の名前、 subimage 左向きの画像、 speed 0)
End Block
Else
Start Block
Test Variable(variable sprite_direction、 value 1、 equal to)
Start Block
Change Sprite(sprite 画像の名前、 subimage 右向きの画像、 speed 0)
End Block
End Block
という感じのをStep イベントあたりにでもつけるといいかも