|
Post by LXShadow on Feb 3, 2008 9:37:13 GMT -5
I have requested this directly to Gold Dean via MSN, but since I'm more annoying on MSN than I am on forums (I hope), I decided to post it here. I think it'd be useful for builders to have a type of system in which they can select which objects they want to modify with the mouse, and then change them all at once. I suggest there be a feature that lets you click an object to select it, and click it again to de-select it. The object can be given an overlay of some sort that only you can see (this is possible in BYOND), so that you know when/if it's selected. You can then select multiple objects at once. Then, you can modify all selected objects at once by using the normal verbs like "Destroy Object" or "Change Object Icon". The selected objects will be modified and then your selections will be reset. (As in, everything you selected will be de-selected.) Since not too many BYOND developers know how to do this, I've written some BYOND code for Chao Chatterz that could make this system possible. It can be found here: www.byond.com/members/LXShadow/files/Unserious.txt . The selected_objects list is a list of actual objects, so it shouldn't be hard to loop through them and change their settings in one go. [This is just a suggestion and need not be taken seriously. It wasn't last time anyways.]
|
|
|
Post by root123456 on Feb 11, 2008 15:50:04 GMT -5
so u have gold dean e-mail give it to me i want to say something i want to say something! this is lake girl  ;D
|
|
|
Post by Caleb on Feb 11, 2008 22:22:33 GMT -5
uh...she probably wants to ask for gm .-.
|
|
|
Post by LXShadow on Feb 12, 2008 5:25:14 GMT -5
Uh, this was just a suggestion. Root, please don't change the subject again.
Edit: Uh, not that there really was much of a subject..
|
|
|
Post by NecrisWolf on Mar 7, 2008 14:54:43 GMT -5
Hmm... This isn't such a bad idea really.. But it might cause a lot of lag during the "change object icon", It Might, It Might not, I'm not sure..
Good suggestion though.
|
|
|
Post by LXShadow on Mar 8, 2008 14:15:00 GMT -5
I don't think changing the object icon would lag: you'd select an amount of objects, and you'd all be able to set them to an icon with that verb. That's just one icon. When it's applied to other objects, the user's cache deals with that. It shouldn't be and different from using the normal Change Object Icon verb by itself, if I'm not mistaken.
|
|