Computer Science Canada Title page problem |
Author: | skyler [ Sun Jun 11, 2006 7:42 pm ] | ||
Post subject: | Title page problem | ||
Hi, this is my title page for the game that i have to hand in tomorrow, the problem is that i cant see the writing after the animation ends, and one more thing, is there a solution for the movement of the fonts ?, they r slowing down at the beginning then they move faster. THANK YOU.
|
Author: | Delos [ Sun Jun 11, 2006 8:07 pm ] |
Post subject: | |
You have set your screen to 'offscreenonly', hence for any output to be refreshed, you have to call View.Update. You're missing that at the end. |
Author: | TheOneTrueGod [ Sun Jun 11, 2006 8:07 pm ] | ||
Post subject: | |||
This will turn off the offscreenonly. Read up on the double buffering system that Turing initiates with 'offscreeonly' to find out why it doesn't work without that. [Turing Walkthrough has some info on that] As far as the speeding up / slowing down goes, it worked fine for me. Also, you should know that locatexy doesn't actually locate at that specific (x,y) location. It actually finds the closest (column,row) and locates there. Also, I can keep typing even when the cursor extends past the box. You can remedy this by getting rid of the ":*" though this would only allow for one word to be entered (Though in the space you gave, there isn't enough room for quite a few surnames) |
Author: | skyler [ Sun Jun 11, 2006 11:31 pm ] |
Post subject: | |
i didn't understand where to put the View.Update ?????????? |
Author: | skyler [ Sun Jun 11, 2006 11:33 pm ] |
Post subject: | |
Never mind my last reply , i got it , and thank you very much for you help |