Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

Code Snippets / 3D/2D Print/Writing not like it when it flash's - Fixed

Author
Message
General Sephiro
20
Years of Service
User Offline
Joined: 27th Sep 2004
Location:
Posted: 28th Sep 2004 05:48
Its somethin to do with the sync rate providing you have something like the following:
Do
Set Cursor 250,250
Print "BLAH"
Sync
Loop

If this was after putting in 3D objects etc.. the writing will become flashy ... to fix this you must do the print before and after the sync (yes it is bad programming practice, but its the only solution i have found yet) shown below is fixed version of code above... (Its a example)

Do
Set Cursor 250,250
Print "BLAH"
Sync
Set Cursor 250,250
Print "BLAH"
Loop

Login to post a reply

Server time is: 2025-05-10 14:34:28
Your offset time is: 2025-05-10 14:34:28