Hello, I'm new to UScript and a friend of mine pointed me to a tutorial on the UDN that shows how to get the mouse cursor to show up and interact with a level in UDK. I'm slowly going through this tutorial, but I seem to be having a couple of issues. I'm getting 3 errors that I'm not sure how to fix. I don't want to open…
Hey all! I am looking for a decent PS2 arcade joystick. The main use would be 2D fighters (6 buttons on 2 rows) but it'd be nice it was flexible enough for use in other games. I guess 8 action buttons would be good for pretty much everything (+start and coin) - at the condition of the extra buttons not getting in the…
@Mik2121 I was logged out when I was writing this. After login-in I noticed the REPLY and QUOTE buttons which make that space seem less meaningless. Right now both buttons are meaningless. The Quote button simply doesn't work and Reply is not needed, you just type your reply at the bottom of the page, if you want to reply…
Switcher does work with the latest 3d max. I duno how comfortable your MMB (middle mouse button) is but if you're gonna do it the max-way I suggest binding the MMB to some other mouse button. My finger hurts after a few hours of MMBing in 3d max AND I'm using switcher (which means less MMBing than regular max). Mouse…
Looking at the Dual-shock collection I've got sitting next to me I would say that you're very close, but a few little things could be worked on. The tops of the analog sticks and the home button should be more rounded (more like a hill, less like a plateau) with a more uniform roughness/micro-surface. The directional…
(Quick update, swapped the images in the first message.) Thanks, you guys were right on the button. The face was way too high on the head. It's amazing the difference moving just a few details around can make. Other than that, scaled down the nose and tightened up her buttox (slightly rounder now) a bit and cleaned up some…
if you give the button a name you don't need to declare global variables for each interface element for example: button -label "mybutton" -cc "mybuttonPressed()" mybutton; the above code will change the label on the button called 'mybutton' but then will print a message when the button is pressed.
Really? It's on dropbox, maybe try reloading? It might've been down when you looked. Either way, nevermind the previous request for checked colour, I'm just doing it with images now and that works. Bit of work to save out two states for everything, but it works fairly well. Could you add a toggle to the 'customise…
Ah I see, that story does explain some of the site design :p Well thanks for the compliment but theres a much greater reason to stick to polycount which luckily you'll find out soon now that you're here :) I didnt know your story so I assumed all those buttons belong and when I said combine the pages I meant instead of…
Hi can anyone tell me how can I remove the extra space between these two layouts ( Check screenshot) if ( `window -exists "nameWindowss"` ) { deleteUI "nameWindowss"; windowPref -remove "nameWindowss"; } window -title "3DG NUT" -s 0 -widthHeight 200 145 "nameWindowss"; frameLayout -cll 0 -li 170 -labelVisible 0 -bgc 0.25…