Re: lingo-l Property list value

2003-06-08 Thread Justin Redenius
use 'getat' instead of 'getpropat'. Getat works with prop lists too. getpropat gets the prop name not value. Also you shouldn't put your count in the repeat loop. It will count the list every time the loop repeats. put it befor the loop: x = count(propertylistname) repeat with aa = 1 to x

Re: lingo-l wait

2003-03-28 Thread Justin Redenius
try adding 'updatestage' at the end of your repeat loop. --jR --- DT-Rene Vazquez wrote: Hi, I'm trying to animate a sprite by script code with lingo. I move the sprite with a while loop

lingo-l shockwave cast

2003-03-23 Thread Justin Redenius
I should know this but i don't. I have 2 shockwave movies that share an external cast but when i play them in a browser I get an error saying Unable to open 'external.cst.ink' . I don't understand why its asking for a '.ink' extention. I have both the protected and unprotected external cast in

lingo-l Shockwave cast

2003-03-23 Thread Justin Redenius
ok, i just found the anwser to my oun question. For those of you that don't know, you have to preload the external file into memory before importing, or linking for that matter. [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post

Re: lingo-l loc to mouse position

2003-03-22 Thread Justin Redenius
in the area where you want this to work you would do something like this: -- on beginsprite sprite(your circle spritenum).visible = 0 end on mouseenter pFollowMouse = 1 end on mouseleave pFollowMouse = 0 end on exitframe if pFollowMouse = 1 then sprite(your circle spritenum).loc =

Re: lingo-l icon question SOLVED

2003-03-21 Thread Justin Redenius
I haven't used Microangelo, i'm not sure how easy it is to use. But if you want to create custom icons with an art program (like photoshop) look into resHacker for windows. You can exchange an executable's graphics, like icons.

lingo-l Don't read just testing

2003-03-19 Thread Justin Redenius
testing a new mail program [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo.