Moderators: time-killer-games, Vengeance66, Candle, reneuend, GM-Support
LoadControl TextBoxObject(1)
TextBoxObject(1).Height = 8*15
TextBoxObject(1).Width = 250*15
TextBoxObject(1).Left = 160*15
TextBoxObject(1).Top = 60*15
TextBoxObject(1).BackColor = RGB(255,255,255)
TextBoxObject(1).ForeColor = RGB(0,0,0)
TextBoxObject(1).TabIndex = 0
TextBoxObject(1).FontSize = 8
TextBoxObject(1).Visible = True
If TextBoxObject(1).Text <> "dog" Then
Message "Wrong Password!"
Else
Message "Password Correct!"
End If
If TextBoxObject(1).Text <> "dog" Then
Message "Wrong Password!"
Else
Message "Password Correct!"
End If
UnloadControl TextBoxObject(1)
Return to Adventure Maker Technical Support and Bug Reports
Users browsing this forum: No registered users and 0 guests