Game Development Community

Jason Cahill's Resources

TX2D 3.0.0.0 GUIVideo resource

This is a new GUI control for TX 2D projects that are upgraded to XNA 3.1 allowing you to use WMV-based video. Per the XNA 3.1 documentation, your videos must be WMV 9 with CBR audio and video streams. This control makes it really easy to do animated intros or video anywhere in your games.

Author Jason Cahill Date 07/19/2009 (6:24 pm) Comment 4 comments

TX2D 3.0.0.0 GUIBitmapButton resource

This is a new GUI control for a bitmap-based button with text. GUIButton is strictly a rectangle/border with text. As with all GUI controls, there is a Style class and the actual GUIBitmapButton. The Style is meant to be shared across multiple buttons in the same UI. I put the image loading code into the Style, so it is easily shared across a set of buttons.

Author Jason Cahill Date 07/15/2009 (6:06 am) Comment 2 comments