Gaming@NINA

Ending IGN's monopoly, one play at a time

Forums · Need help

Nitemare92

0 +0

Jul 1 '05

I need help,I want to know how to fade the screen onto black for a while,show a message,then show the screen again.

Can anybody help?

Thanks.
Rating: 0

starrodkirby86

0 +0

Jul 1 '05

Tint the screen using the tint screen event and put a message. Then tint it back to the way it was, which is... hard for me. I'm not sure if it's right but another way is to get a picture that's black and show it on the screen! Then you can put the message! And then you erase it! LOL, okay those are my best bets, sorry if they don't work, I never thought of fading thingies that's why.
Rating: 0

Nitemare92

0 +0

Jul 1 '05

[quote author=starrodkirby86 link=topic=14637.msg76631#msg76631 date=1120271923]
Tint the screen using the tint screen event and put a message. Then tint it back to the way it was, which is... hard for me. I'm not sure if it's right but another way is to get a picture that's black and show it on the screen! Then you can put the message! And then you erase it! LOL, okay those are my best bets, sorry if they don't work, I never thought of fading thingies that's why.
[/quote]
Umm,I have tried that and it doesn't work..
Any other suggestions?
Rating: 0

flarestar

0 +0

Jul 2 '05

Tint Screen: (-255,-255,-255,0). @20
Message: Hi!
Erase Event
Tint Screen: (0,0,0,0). @0
End Event Processing

Put whatever message at message:
Rating: 0