game panel dialog

By Aaron on Mar 02, 2007

usage:
/short
or at menu

dialog mm {
  size -1 -1 250 50
  title "Game Panel"
  option dbu
  box "Games and Messangers", 8, -1 -1 138 30
  button "Msn", 1, 0 7 25 20
  button "Yahoo", 2, 25 7 25 20
  button "SwiftSwitch", 3, 50 7 33 20
  button "SilkRoad", 4, 83 7 30 20
  button "WoW", 5, 113 7 20 20
  box "Other", 9, 140 -1 250 30
  button "Calc" 6, 141 7 25 20
  button "Paint" 10, 166 7 20 20
  button "Windows Media Player" 11, 186 7 60 20
  text "*NOTE: You need these programs to play them.", 7, 4 30 120 100
  button "Close" 12, 120 30 30 20
}

alias short {
  dialog -dm mm mm
}

on *:dialog:mm:sclick:1:{
  run C:\Program Files\MSN Messenger/msnmsgr
}

on *:dialog:mm:sclick:2:{
  run C:\Program Files\Yahoo!\Messenger/YahooMessenger
}

on *:dialog:mm:sclick:3:{
  run C:\Program Files\SwiftSwitch/SwiftSwitch
}

on *:dialog:mm:sclick:4:{
  run C:\Program Files\Silkroad/silkroad
}

on *:dialog:mm:sclick:5:{
  run C:\Program Files\World of Warcraft/Launcher
}

on *:dialog:mm:sclick:6:{
  run C:\Documents and Settings\All Users\Start Menu\Programs\Accessories\Calculator
}

on *:dialog:mm:sclick:10:{
  run C:\Documents and Settings\All Users\Start Menu\Programs\Accessories\Paint
}

on *:dialog:mm:sclick:11:{
  run C:\Program Files\Windows Media Player\wmplayer
}

on *:dialog:mm:sclick:12:{
  dialog -x mm mm
}

menu * {
  .Game Panel:/dialog -dm mm mm
}

Comments

Sign in to comment.
Acid-Religion   -  Mar 09, 2007

Its kind of personalized. There is no guaruantee that whoever dl this would have any of the same paths as you. You should really allow changing the paths if this is to be of any use. Maybe even add some empty buttons for more shortcuts.

 Respond  
Aaron   -  Mar 03, 2007

i tried that ^, couldnt make any of it run

 Respond  
Noutrious   -  Mar 03, 2007

run C:\Program Files\Windows Media Player\wmplayer
run wmplayer.exe
i guess the second one would be better, if the path is changed.

 Respond  
no_body21   -  Mar 02, 2007

maybe you should add pacman lol

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.