I know this should be easy but for some..not so much for me
have this code..
Public Sub LaunchGame_Click()
If ChooseYourGameBox.Value = "Game1" Then
ArcadeGames.Movie = "http://www.Game1.swf"
ElseIf ChooseYourGameBox.Value = "Game2t" Then
ArcadeGames.Movie = "http://www.Game2.swf"
End If...