Door example make the engine crash
by Mdk_4_ever Na · in Torque Game Engine · 05/27/2007 (7:04 am) · 1 replies
I get a crash in this line
%whichdoor.openSnd = %whichdoor.playAudio(0, doorStartOpenSwingSnd);
which call this block
datablock AudioProfile(doorStartOpenSwingSnd)
{
fileName = "~/data/sound/door1_move.wav";
description = AudioOpen3d;
preload = true;
};
%whichdoor.openSnd = %whichdoor.playAudio(0, doorStartOpenSwingSnd);
which call this block
datablock AudioProfile(doorStartOpenSwingSnd)
{
fileName = "~/data/sound/door1_move.wav";
description = AudioOpen3d;
preload = true;
};
Torque Owner Michael Price
I realize you've probably fixed the issue by now. Best of luck!