View Single Post
  #15  
Old 06-13-2008, 01:16 PM
vizmaster vizmaster is offline
Member
 
Join Date: Aug 2006
Posts: 27
I am new to this type of programming. If you add a
print 'The End'
at the end of the script the print statement is executed. This tells me execution continues. So I must not be approaching this the right way. What I am trying to do is prompt a user for his name. He enters it using a onscreen keyboard I have coded. Once the user has entered their name they loop over a sequence of dialogs for a set amount of time. In my code the other dialogs appear since the execution continues.
__________________
VizMaster
Reply With Quote