Try to create "game.c" file in the same folder as the level file and add this code to it:

Code:
#include <acknex.h>
#include <default.c>

function main()
{
level_load("first.wmb");
wait(3);
}


p.s.
Run level from SED.


Hello everyone my name is Ivan Mandic from "Frozen pixel studio". wink
-----------------------------------
Homepage: www.fpx-studio.com
e-mail: emu_hunter_1990@hotmail.com
(working on a game engine)