if last card of stack then
Posted: Thu Apr 11, 2013 8:24 pm
this script is in a button on all cards that ascends to the last card of stack "inventory". I'm trying to get to card "inventory1" in another stack if the current card is the last card of the "inventory" stack.
on mouseUp
if this cd is last cd of stack "inventory" then
go to cd "inventory1" of stack "invControl"
else
go next
end if
end mouseUp
any suggestions appreciated,
Patrick
on mouseUp
if this cd is last cd of stack "inventory" then
go to cd "inventory1" of stack "invControl"
else
go next
end if
end mouseUp
any suggestions appreciated,
Patrick