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.


_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to