ID:171784
 
i am in need of some window codeing like a window in an icon game u can open and close i dont no how to code very well *i dont no how to code at all
If you don't know how to code, then you shouldn't be making a game at all. But since, I'm a reasonable man, I'll give you an example.

obj
Window
verb
Open()
src.opacity=0
Close()
src.opacity=1