This is in the full version of Blitz Plus.
The FontWidth() function does not exist. Here is the sample code:
When this is ran I get a box telling me function FontWidth() can not be found.
The FontWidth() function does not exist. Here is the sample code:
Global blockheight = FontHeight() Global blockwidth = Len(blockstring) * fontwidth() Global paddleheight = FontHeight() Global paddlewidth = Len(paddlestring) * fontwidth()
When this is ran I get a box telling me function FontWidth() can not be found.