Docking Stacks

Richmond Mathewson richmondmathewson at gmail.com
Tue Mar 2 12:56:39 EST 2010


I made 2 stacks:

  A main stack called "MAINST", and

a substack called "SUBBY"

and put this into the stackScript of "MAINST"

on moveStack
    put the right of me into RITE
    put the width of stack "SUBBY" into WIDD
    put (RITE + (WIDD/2)) into INN
    put item 2 of the loc of me into UPP
    set the LOC of stack "SUBBY" to INN,UPP
end moveStack

play with it:

http://andregarzia.on-rev.com/richmond/STUFF/MAINST.rev.zip

there is a bit of a lagtime.

sincerely, Richmond Mathewson.





More information about the use-livecode mailing list