Hi,

habe seit Beta version 8.30.2 ein Problem mit folgender Switch function meines Projectes. In der 8.20 ging sie noch einwandfrei.
Code:
function level1_bild()
{
switch (vVideo) // Überprüfe Variable der Videoauflösung
	{
	case 1:
	set(lev1,SHOW); // Zeige das Bild
        wait(16);
        reset(lev1,SHOW); // zeige das Bild nicht
	break;
	case 2:
	set(lev1a,SHOW);
   wait(16);
   reset(lev1a,SHOW);
	break;
	default:
	//Hier nix
	}
}



Es kommt folgende Fehlermeldung : Malfunction W1511 invalid call in event level1_bild. Laut Handbuch kommt diese ja wenn etwas im level von bestimmte Functionen (events) verändert wird. Die ist ja nicht der Fall da ja nur Ladebild je nach Auflösung gezeigt wird. Ist das ein Bug oder ein Fehler in meiner Function?

Englisch.

since the Beta 8.30.2 update, have i a problem with my swich fuction. With the 8.20 function it correctly. I get the follow error: Malfunction W1511 invalid call in event level1_bild. I have read the manual and it says the the error came when wat chaning in the level. But this do the function not, they only shows a picture with diffrent size dependent of the resolution. Its that a Bug or is the swich function not correct.


A8 Com Version 8.40 Win 7 64 Bit