Originally Posted By: Uhrwerk
I see three possibilities:
1. TEMP should be the address of a bitmap but in fact isn't
2. SpeedRun_ControlsRunning isn't a valid panel.
3. There is not yet a window at panel index is. In this case you should replace the 1 with a 0 in oder to create a new window.


All the conditions you told exist.

Some more information:
Code:
BMAP * SpeedRunShapes[10];
SpeedRunShapes[0] = "shape1.tga";
SpeedRunShapes[1] = "shape2.tga";
SpeedRunShapes[2] = "shape3.tga";
SpeedRunShapes[3] = "shape4.tga";
SpeedRunShapes[4] = "shape5.tga";
SpeedRunShapes[5] = "shape6.tga";



Code:
PANEL * SpeedRun_ControlsRunning =
{
	layer = 12;
	digits(10,10,"Time Remaining:%2.f","Arial#30b",1,Time);
	digits(300,10,"Score:%2.f","Arial#30b",1,Score);
	digits(170,130,"Remember this shape","Arial#30b",1,0);
	window(200,150,200,200,"shape1.tga",200,200);
	flags = TRANSLUCENT;	
}



Keep smiling laugh
http://translation.babylon.com/ - Translate many languages