Code: Select all
InitSprite()
If OpenScreen(9999,9999,32,"Test")=0
MessageRequester("Test","Error opening screen")
EndIf
Code: Select all
InitSprite()
If OpenScreen(9999,9999,32,"Test")=0
MessageRequester("Test","Error opening screen")
EndIf
Code: Select all
OpenScreen(9999,9999,32,"Test")
djes wrote:Maybe brutal for prudish ears, but, in french forums, when one's asking where is something, the answer is always the same...
[censured by Fred]
Self-casting a vote to yourself as the best programmer doesn't count.Thomas wrote:The best programmers don't say a single word, they just know.
Code: Select all
InitSprite()
If OpenScreen(9999,9999,32,"Test")=0
ShowCursor_(#True)
;ReleaseMouse(#True) ;If you use InitMouse() and ExamineMouse() you should release it as well.
MessageRequester("Test","Error opening screen")
ShowCursor_(#False) ;these two are not really needed if the game quits at this point
;ReleaseMouse(#False) ;grab the mouse again.
EndIf
If you just knew, why did you ask in the first place?Thomas wrote:The best programmers don't say a single word, they just know. You guys are just a bad joke.
?? c'etait quoi la réponse ?djes wrote:Maybe brutal for prudish ears, but, in french forums, when one's asking where is something, the answer is always the same...
[censured by Fred]
It was a directiondobro wrote:?? c'etait quoi la réponse ?djes wrote:Maybe brutal for prudish ears, but, in french forums, when one's asking where is something, the answer is always the same...
[censured by Fred]