Goodnight to all, my problem is as follow:
When login in my game A welcome screen appears with a command to join while the window options and messages appears ¬¬, after giving click in the join command the window options and messages disappears...
What can I do to stop the Options and Messages window to appear
Code:
this is the code to login:
client
New()
winset(src, "Bienvenidos","is-visible = true")
winset(src, "VentanaGeneral", "is-visible = false")
..()
mob
verb/joingame()
set hidden = 1
winset(usr, "VentanaGeneral","is-visible = true")
winset(usr, "Bienvenidos", "is-visible = false")
images:
before clicking the join command
http://i1155.photobucket.com/albums/p553/JEY_SENSEY/ cosas%20privadas/dos.png
after clicking the join command
http://i1155.photobucket.com/albums/p553/JEY_SENSEY/ cosas%20privadas/uno.png
video:
http://youtu.be/FO1jiVV8u98
**thank you very much and sorry for my bad English**