The following warnings occurred:
Warning [2] Undefined array key "lockoutexpiry" - Line: 94 - File: global.php PHP 8.4.12 (Linux)
File Line Function
/global.php 94 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "lockoutexpiry" - Line: 573 - File: global.php PHP 8.4.12 (Linux)
File Line Function
/global.php 573 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined variable $can_access_moderationqueue - Line: 752 - File: global.php PHP 8.4.12 (Linux)
File Line Function
/global.php 752 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "avatartype" - Line: 892 - File: global.php PHP 8.4.12 (Linux)
File Line Function
/global.php 892 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "avatartype" - Line: 892 - File: global.php PHP 8.4.12 (Linux)
File Line Function
/global.php 892 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined variable $awaitingusers - Line: 34 - File: global.php(959) : eval()'d code PHP 8.4.12 (Linux)
File Line Function
/global.php(959) : eval()'d code 34 errorHandler->error
/global.php 959 eval
/printthread.php 16 require_once
Warning [2] Undefined array key "style" - Line: 1024 - File: global.php PHP 8.4.12 (Linux)
File Line Function
/global.php 1024 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$lang_select_default - Line: 5327 - File: inc/functions.php PHP 8.4.12 (Linux)
File Line Function
/inc/functions.php 5327 errorHandler->error
/global.php 1024 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.4.12 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.4.12 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.4.12 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.4.12 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.4.12 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.4.12 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.4.12 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.4.12 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.4.12 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.4.12 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.4.12 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.4.12 (Linux)
File Line Function
/printthread.php 165 errorHandler->error



2DWorlds Forums
Fix transparentsy, pl0x? - Printable Version

+- 2DWorlds Forums (http://2dworlds.buildism.net/forum)
+-- Forum: 2DWorlds (http://2dworlds.buildism.net/forum/forumdisplay.php?fid=4)
+--- Forum: Suggestions (http://2dworlds.buildism.net/forum/forumdisplay.php?fid=19)
+--- Thread: Fix transparentsy, pl0x? (/showthread.php?tid=1303)



Fix transparentsy, pl0x? - Fat_Sacks - 02-11-2011

Ohai, can you fix thensparentsy for in-game stuff and look.
For example, you want a character with no arms, but in-game, it blocks the torso. Maybe use layers for the in-game images?


RE: Fix transparentsy, pl0x? - Qwertygiy - 02-11-2011

(02-11-2011, 07:36 PM)Interwebs Wrote: Ohai, can you fix thensparentsy for in-game stuff and look.

I agree. Transparent images end up being just that--transparent, with no part showing through like in RBLX. We need accurate transparentism. Now if only I could still create transparent images... Sad


RE: Fix transparentsy, pl0x? - Jacob__mybb_import1 - 02-11-2011

Transparent textures work, but transparent characters don't.


RE: Fix transparentsy, pl0x? - Qwertygiy - 02-11-2011

(02-11-2011, 09:50 PM)Jacob_ Wrote: Transparent textures work, but transparent characters don't.

:S Lemme explain better.

What I mean is, the entire transparent area becomes TRANSPARENT, even if the transparency of the block is 0. We want the block to appear through the transparent part.

For instance, you have a yellow brick with a transparent texture on it. We still want to be able to see the yellow through the transparent part of the texture. If we wanted just the texture, we could set the transparency of the block to 1.


RE: Fix transparentsy, pl0x? - Jacob__mybb_import1 - 02-11-2011

It used to work this way, but I found that most people use opaque textures, and drawing the block in that case makes it twice as slow.

What about adding a "ShowPart" property to textures, and if that is enabled the box will be drawn behind the texture?


RE: Fix transparentsy, pl0x? - Qwertygiy - 02-12-2011

(02-11-2011, 11:34 PM)Jacob_ Wrote: What about adding a "ShowPart" property to textures, and if that is enabled the box will be drawn behind the texture?

I like it. It will be effective enough to work and simple enough for curious beginners to use.