Forum ‹ ActionScript 3.0 ‹ Chat - how to remove?
3 posts
• Page 1 of 1
Chat - how to remove?
How can I remove the chat in a game?
I´m using the given example but I want to remove the chat when I start a match.
How to?
Thanks.
I´m using the given example but I want to remove the chat when I start a match.
How to?
Thanks.
- Turrican
- Posts: 16
- Joined: August 11th, 2011, 11:50 pm
Re: Chat - how to remove?
As the sample chat embedded with the examples is just an extension of sprite you can simply do
- Code: Select all
chat.visible = false
Have more questions? Join us at #player.io on the freenode irc network. Making something cool with Player.IO? I would love to talk! My Skype handle is q-rious
-

Benjaminsen - .IO
- Posts: 808
- Joined: January 12th, 2010, 11:54 am
- Location: Denmark
3 posts
• Page 1 of 1