Hi Greg, > > Thanks Klaus for the > switch the_player > case "sound 1" > start player "sound 2" > break > case "sound 2" > start player "sound 2" > break > end switch > > . . . solution. I could not get this to work, but I put it down to my > lack of knowledge of the switch, case structure. (I could not find the > correct form/word for the the_player. I tried a number of options but > could not get it to work.)
the_player will be replaced by RR with the name of the player that has stopped. It is just a placeholder. You could even call it Bruce ;-) Regards Klaus Major [EMAIL PROTECTED] _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
