fridemar Pache wrote:

>Thank you Karen for your friendly feedback, questions
>and voting support.
>  
>
You're welcome :)

>Play is ok. Our work should be more playful ;-)
>  
>

Indeed it should. 

To that end, this is something I got a bit carried away with recently 
while playing with PowerPro's win plugin (specifically, with 
win.beep)...  ;)

;----
local v1, v2
v1 = vec.createFromWords("900 800 900 675 525 675 450")
v2 = vec.createFromWords("900 1000 1050 1000 1050 900 1000 900 1000 800 
900 800 900 700 900")

[EMAIL PROTECTED](v1)
[EMAIL PROTECTED](v1)
[EMAIL PROTECTED](v2)
quit

@playIt
    local v, i, dur, len
    v = vec.localcopy(arg(1))
    len = vec.length(v)
    for (i=0; i<len; i=i+1)
        dur = ifelse(i==len-1, 45, 40)
        win.beep(v[i], dur)
        wait.for(140)
    endfor
    wait.for(175)
quit
;---


Cheers
Karen




------------------------ Yahoo! Groups Sponsor --------------------~--> 
1.2 million kids a year are victims of human trafficking. Stop slavery.
http://us.click.yahoo.com/WpTY2A/izNLAA/yQLSAA/JV_rlB/TM
--------------------------------------------------------------------~-> 

Attention: PowerPro's Web site has moved: http://www.ppro.org 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/power-pro/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to