コメント

このコメントは、while文1へのコメントです。

コメントの内容

   mini rdjk5242(投稿日:2012/02/07 04:02/07/12)
掲示板を見て、色々改良した版↓
 setVariable("a",getPlayerPosX())
 speak("カメラが右方向に移動します") 

while getVariable("a")<getPlayerPosX()+128*11
 moveCamera(true,getVariable("a") , getPlayerPosY())
 setVariable("a",getVariable("a")+0.1)
end


speak("カメラの位置を戻します") 
 setVariable("a",getPlayerPosX()+128*11)
while getVariable("a")>getPlayerPosX()
 moveCamera(true, getVariable("a"), getPlayerPosY())
 setVariable("a",getVariable("a")-0.8)
end
 moveCamera(false)

でもこれって意味がよくわからないんですけど・・・

コメントの内容(一番最初の投稿)

   mini rdjk5242(投稿日:2012/02/07 04:02/07/12)
掲示板を見て、色々改良した版↓
 setVariable("a",getPlayerPosX())
 speak("カメラが右方向に移動します") 

while getVariable("a")<getPlayerPosX()+128*11
 moveCamera(true,getVariable("a") , getPlayerPosY())
 setVariable("a",getVariable("a")+0.1)
end


speak("カメラの位置を戻します") 
 setVariable("a",getPlayerPosX()+128*11)
while getVariable("a")>getPlayerPosX()
 moveCamera(true, getVariable("a"), getPlayerPosY())
 setVariable("a",getVariable("a")-0.8)
end
 moveCamera(false)

でもこれって意味がよくわからないんですけど・・・