can someone explain this to me?<br>
<br>
<br>
this works<br>
<br>
  set the rect of this stack to 0,0,640,480<br>
  set the bottomright of button "skip" to the bottomright of this stack<br>
  set the loc of this stack to the screenloc<br>
  <br>
this doesn't<br>
<br>
  set the rect of this stack to 0,0,640,480<br>
  set the loc of this stack to the screenloc<br>
  set the bottomright of button "next" to the bottomright of this stack<br>
  <br>
i thought the bottomright help text explained it a little witht eh
difference of a stack bottomright being in screen cords while the
object bottomright is window cords....but then why does setting the loc
after the bottom right work?<br>
<br>
<br>
<br>
<br>