matito6 Posted October 19, 2012 Share Posted October 19, 2012 Welcome. i have problem in race_client. this is my problem : original race_client have : g_GUI['travelImage'] = guiCreateStaticImage(screenWidth/2-256, screenHeight/2-90, 512, 256, 'img/travelling.png', false, nil) and my that I converted because I wanted that picture was traveling on the screen and was good at any resolution : g_GUI['travelImage'] = guiCreateStaticImage(0, 0, screenWidth, screenHeight, 'img/travelling.png', false, nil) why dont work ? run the race and the black screen -.- pls help me ;] Link to comment
matito6 Posted October 19, 2012 Author Share Posted October 19, 2012 Problem solved, Close . Link to comment
Recommended Posts