FREE SCRIPT FOR GAMES WITH CHAT AND TABLES?

Question by rt49andellis:
Free script for games with chat and tables?
I’m in search of free scripts so that I can make a gaming site for my family. What I’d like is a few games (i.e. yahtzee, boggle, go fish) that can be played at individual tables and a chat box. Nothing fancy, just a place where the family can play some games without the hassle of some of the rude people that like to target gaming sites. THANKS!!
Thanks hac. I might use some of those for when they do not feel like doing the multi-player.
——————————————
Answer by hac
This sounds like a good job for applets. ![]()
Chat – http://www.freewarejava.com/applets/chat.shtml
Games – http://www.info4java.com/javadirectory/page/Java/Games_and_Entertainment.html
Sorry, I cannot seem to find many multiplayer games. ![]()
I’ll add any I see.
——————————————
Give your own answer to this question below!









about 1 year ago
Please make sure that the “Scene2″ context contains a receive option.
about 1 year ago
on(press){
gotoAndStop(“Scene2″,1);
}
The first line you had right.
The second line you needed ” instead of ‘ and you needed to specify a frame. If you want scene 2 to play change gotoAndStop to gotoAndPlay (pretty obvious!).
Also make sure that the scene you specify matches the name you have given the scene. It is case sensitive (I think!).