Jump to content

flatener123

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by flatener123

  1. thanks for all you help#1 new thing im doing now! currently im trying to do a message box that uses another message box depending on the last choice! $a = "are you feeling ok today?" $b = "sorry to hear that!" $c = "im glad!" MsgBox (4,"test",$a ) MsgBox (0,"test",$b ) MsgBox (0,"test",$c ) thts me so far! what i dont uderstand is 'If' i think its that i need to use! what i need is a way to get b and c as the response to question a! im just not sure what i put in for this! ive looked through if both "else" "than" styles nothing seems to help!
  2. im new to all this so ive started experimenting with stuff! so far my compilation is this! MsgBox ( 0, "mouse position", "start") MouseGetPos ( 0 ) MsgBox ( 1, "mouse position", "finish") what i want to do is get the position co-ords pop up in a box for me to let me know what they were.. yet im confused and dont know how to do tht!! any help would be great... thanks
×
×
  • Create New...