Skip to content
makoto edited this page Jun 29, 2013 · 1 revision

Scene does not move.

MOAI SDK V1.4p0 compatibility is broken. I was fixed in the following Issue.

#660

Why it is not MOAIProp2D?

MOAIProp2D is actually MOAIProp. It wraps some functions.

MOAIProp2D is deprecated. In addition, does not exist MOAITextBox2D.

Therefore, I have not used a 2D interface.

FPS is not stable

May be stabilized by changing the settings of MOAISim.

MOAISim.setStep(1 / 60)
MOAISim.clearLoopFlags()
MOAISim.setLoopFlags(MOAISim.SIM_LOOP_ALLOW_BOOST)
MOAISim.setLoopFlags(MOAISim.SIM_LOOP_LONG_DELAY)
MOAISim.setBoostThreshold(0)
Clone this wiki locally