AW: Lingo-L Digest V1 #2098 resizable speech bubble

2001-08-06 Thread Stefan Keller
hi slava, here's a little hardcoded xmpl to al's vector solution --- property spriteNum on mouseUp me me.bubble() end on bubble me memrect = sprite(spriteNum).member.rect pNewMem = new(#vectorshape) pNewmem.vertexList = [[#vertex: point(0., 0.)], [#vertex: poi

sound volume with tabuleiro mpg xtra

2001-07-19 Thread Stefan Keller
hi nik; did you tried to set the value in a test movie? i had some troubles with dot syntax evaluation e.g. dir8: mem.strokeWidth.integer.string worked dir8.5 i need: (mem.strokeWidth.integer).string cheers stefan [To remove yourself from this list, or to change to digest mode, go to h

AW: RE: rgb int back & fore

2001-06-15 Thread Stefan Keller
thnx colin & terry very cool colin! my math`s a bit rusty:-(( i need it for a iterating set / get pixel routine so using integer instead of rgb can realy save time... i just added the alpha on inttorgb int b = int mod 256 int = int / 256 g = int mod 256 int = int / 256 r = int mod 256

rgb to integer and back

2001-06-14 Thread Stefan Keller
hi your great list, source of wisdom & inspiration... anyone knows how to convert rgb to integer & back??? refering to the get/set pixel commands. doing rtfm only comes up with "xtrct alpha by int/power(2,24)" but how to get r, g or even b?? mm´s mystery... thnx, stefan Stefan

AW: Problem with lists

2001-06-06 Thread Stefan Keller
hi gonzalo, probably someone allready answered(i´m digest reader(not 'readers digest'!)) the 2 points are - on assemble -- tmpl = gblist.duplicate()--cause lists are passed by referance not value gbiglist.add(tmpl) --updatest

re: Assigning values to sprites within a repeat loop

2001-05-31 Thread Stefan Keller
hi gene, you might try this: - --on beginSprite handler of !every! of 365 sprites property myRedBoxDate property mySprite on beginSprite me d = sendsprite((me.spriteNum -1),#getdate) if voidP(d) then d = date(19990101) myRedBoxDate = d end on getdate me d = myRedBoxDate + 1 return d e

RE: MIAW first appearing in the lower right corner of stage

2001-05-21 Thread Stefan Keller
(the stageTop + 180) runLeft = (the stageLeft + 143) runRight = (the stageLeft + 885) runBot = (the stageTop + 603) window ("dateSelection").rect = rect (runLeft, runTop, runRight, runBot) open window "dateSelection" end cheers stefan Stefan Keller Popcoins AG - Ma