You have got to be frickin' kidding me. :/
See [link]
1
2
In response to Popisfizzy
|
|
In response to CaptFalcon33035
|
|
Hey, did you realize who you were replying to?
It's a bit confusing when you reply to the wrong post... |
In response to Naokohiro
|
|
I replied to exactly who I wanted to.
|
In response to CaptFalcon33035
|
|
lolowned ;P And that implementation is still not as perfect, while clever.
|
Not sure on others reply since I haven't read them, but as for the question, a simple solution comes to my mind. Why not make an icon that's transparent, as in every other pixel is in black or dark color (can't think of the right word), and then once it's night, add the overlay of that to the client screen? That way, nothing but you client screen is really getting effected.
|
In response to DisturbedSixx
|
|
DisturbedSixx wrote:
Why not make an icon that's transparent, as in every other pixel is in black or dark color... No. EDIT: I guess I forgot to add this. Alpha transparency is SO much nicer looking. That way, nothing but you client screen is really getting effected. Really it is. Go play Mystic Journey during one of it's night cycles. Every fifth pixel is black. You might be able to click on things, but you have like a 20% chance of missing, assuming your not 'aiming.' |
In response to Hiro the Dragon King
|
|
But, really now, that's fixed with the mouse_opacity var.
But, I have to agree that alpha transparency does look nicer. An effect I was using is kind of like the old checkerboard pixel pattern, except the normally opaque pixels are partially transparent. Creates an interesting effect reminiscent of being under water or something. However, I was only using that to differentiate between my different areas that were adjacent to eachother while still having them match the blank areas of the map editor. (Made their icons null in their New() proc.) |
In response to CaptFalcon33035
|
|
We already established that he should use the mouse_opacity var =]
|
1
2
See if you can work with that, but I suggest using something other than Click() unless Click() is a must. This is destined to be slow.