Author |
Message |
BingoBango
|
Posted: Thu Jun 05, 2008 8:21 am Post subject: Scrolling title flashes. Help please. |
|
|
code: |
var moving : int := 0
var font4 : int
font4 := Font.New ("Chiller:25:bold")
assert font4 > 0
loop
Font.Draw (" Welcome to my Hockey Trivia game hope you enjoy it ", moving, 300, font4, 41)
Font.Draw (" Have fun ", moving, 180, font4, 41)
moving := moving - 1
delay (30)
cls
put "please press the any key to continue"
%Font.Free ( font4)
exit when hasch %You push any button to go to the next screen
end loop |
|
|
|
|
|
|
Sponsor Sponsor
|
|
|
Insectoid
|
Posted: Thu Jun 05, 2008 8:33 am Post subject: RE:Scrolling title flashes. Help please. |
|
|
Could you uh...maybe post a question? I'm sure I could figure out your problem myself, but as it turns out, I don't really want to. |
|
|
|
|
|
BingoBango
|
Posted: Thu Jun 05, 2008 8:37 am Post subject: Re: Scrolling title flashes. Help please. |
|
|
Uhh read the title of the post?.... |
|
|
|
|
|
nastynika
|
Posted: Thu Jun 05, 2008 8:40 am Post subject: Re: Scrolling title flashes. Help please. |
|
|
i need to use View.Set and View.Update like so
var moving : int := 0
var font4 : int
font4 := Font.New ("Chiller:25:bold")
assert font4 > 0
View.Set ("offscreenonly")
loop
Font.Draw (" Welcome to my Hockey Trivia game hope you enjoy it ", moving, 300, font4, 41)
Font.Draw (" Have fun ", moving, 180, font4, 41)
moving := moving - 1
View.Update
delay (30)
cls
put "please press the any key to continue"
%Font.Free ( font4)
exit when hasch %You push any button to go to the next screen
end loop |
|
|
|
|
|
Insectoid
|
Posted: Thu Jun 05, 2008 8:41 am Post subject: RE:Scrolling title flashes. Help please. |
|
|
If that qualifies as an answerable question, then my buttocks are made of bricks. i think you should post a descriptive question detailing exactly what is wrong. Until this has been done, I will not help with your program. Even though I know exactly how to fix it. |
|
|
|
|
|
nastynika
|
Posted: Thu Jun 05, 2008 8:43 am Post subject: Re: Scrolling title flashes. Help please. |
|
|
sorry insectiod already fixed and psoted it |
|
|
|
|
|
Insectoid
|
Posted: Thu Jun 05, 2008 8:45 am Post subject: RE:Scrolling title flashes. Help please. |
|
|
Gah! beat me by a minute! Can't you see I'm trying to teach a noob proper question-asking protocol? |
|
|
|
|
|
nastynika
|
Posted: Thu Jun 05, 2008 8:48 am Post subject: Re: Scrolling title flashes. Help please. |
|
|
yea i just read the title and knew wut he was talking about so i did it |
|
|
|
|
|
Sponsor Sponsor
|
|
|
Insectoid
|
Posted: Thu Jun 05, 2008 8:49 am Post subject: RE:Scrolling title flashes. Help please. |
|
|
Well, so did I, but how else will he learn?
oh, bingobango, welcome to compsci! |
|
|
|
|
|
nastynika
|
Posted: Thu Jun 05, 2008 8:52 am Post subject: Re: Scrolling title flashes. Help please. |
|
|
this was probaly his final project i just helped him with........ |
|
|
|
|
|
Insectoid
|
Posted: Thu Jun 05, 2008 8:54 am Post subject: RE:Scrolling title flashes. Help please. |
|
|
Well, final projects are inportant (I have to do 2- one for compsci and one for compeng, 1's done now..) |
|
|
|
|
|
Insectoid
|
Posted: Thu Jun 05, 2008 9:09 am Post subject: RE:Scrolling title flashes. Help please. |
|
|
My goodness, it seems the sight glitched, as this thread is now appearing on the index under 'jave'! (at least for me...) |
|
|
|
|
|
SNIPERDUDE
|
Posted: Thu Jun 05, 2008 10:29 am Post subject: RE:Scrolling title flashes. Help please. |
|
|
wierd, not for me... |
|
|
|
|
|
gitoxa
|
Posted: Thu Jun 05, 2008 11:02 am Post subject: RE:Scrolling title flashes. Help please. |
|
|
Weclome to compsci, where Turing is serious business. |
|
|
|
|
|
jeffgreco13
|
Posted: Thu Jun 05, 2008 11:13 am Post subject: Re: Scrolling title flashes. Help please. |
|
|
LOL serious business.
Let's be honest... Turing is like marajuana.. it's just a gateway to bigger and better things...
NOT THAT I CONDONE DRUG USE IN ANY WAY OR FORM!!!
hah |
|
|
|
|
|
|