the "do" command

2001-08-24 Thread Richie Jindal
hi friends Yes the problem is resolved now... one interesting thing i found out was how the "do" command works(like a handler) from: http://www.mcli.dist.maricopa.edu/director/tips/lingo/unlingo.html#do and using the trick of adding the RETURN constant to declare the list varaibles global and th

the "do" command

2001-08-24 Thread Richie Jindal
Hi Christian Yes i tried it the way u suggested also like: do "put list" & spritNum But it prints as first it takes the value of list which is obviously void since the data is actually in list1, list2 and so on.. Okay more details about my goal: I parse an xml file and for every child i gener

the "do" command

2001-08-24 Thread Richie Jindal
Hi Everybody, As previously written : I want to generate a list with some specific data everytime I create a sprite. The name of the list should always be like list1, list 2, list 3 and so on...where the number corresponds to the sprite number which is stored in a variable say count. so basicall

generating variable names at runtime

2001-08-23 Thread Richie Jindal
HI All I have a funny problem. I want to generate a list with some specific data everytime I create a sprite. The name of the list should always be like list1, list 2, list 3 and so on...where the number corresponds to the sprite number which is stored in a variable say count. so basically i nee

numbering sprites

2001-08-22 Thread Richie Jindal
numbering??? Any help wud be greatly appreciated... Thanx Richie Jindal Student ETH Zurich, Switzerland __ Do You Yahoo!? Make international calls for as low as $.04/minute with Yahoo! Messenger http://phonecard.yahoo.com/ [To remove yourself from

XML Parsing and conversion to string

2001-08-17 Thread Richie Jindal
HI all. I parse an xml file and then extract the value in one of its tags which is basically text. Then I convert this text stored in a variable called text into string, and then i check for it in an if then else statement. - text= parserO