Hi everyone,
I was trying to develop a level selection menu using GUI, well I tried using the statement Nextlevel but it doesn't work, here's how I use it..
state=3,varequal=SVar 1,hudmouseup=Button1 1,NEXTLEVEL=2,hideall,destroy
well it doesn't work.. am I using it wrong or does it have to be used during gameplay? if so is there anyway around it?
on more thing I've found out that replaceimage statement doesn't work, here's how I use it..
:state=0:loadimage=SubMenuM0 menu\img0.png
:state=0:makehud=Img0 SubMenuM0 SubMenuM0 10 10,state=1
:state=1,hudmouseup=Button1 1:replaceimage=SubMenuM0 menu\img1.png
the Button1 hud is loaded, when I press it nothing happens, what am I doing wrong?
TY