Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~838 People Reached
Favorite Forums
Member Avatar for wushu_1

so i tried the handheld.playfullscreenmovie but all i see when i run it is white screen. here's what i did public class splashy : MonoBehaviour { // Use this for initialization void Start () { splashyVoid(); } // Update is called once per frame void Update () { } void …

0
149
Member Avatar for wushu_1

newbie question. i have a class where i will get the value of username and password of my login form and pass it to admin form Public Property getUsername() As String Get Return Login.username.Text End Get Set(value As String) uname = value End Set End Property Public Property getPassword() As …

Member Avatar for rproffitt
0
689