5 lines
183 B
JavaScript
5 lines
183 B
JavaScript
|
function start(ms) {
|
||
|
ms.setDirectionStatus(true);
|
||
|
ms.showIntro("Effect/Direction4.img/cannonshooter/Scene00");
|
||
|
ms.showIntro("Effect/Direction4.img/cannonshooter/out00");
|
||
|
}
|