我有一個名爲「loader」的堆棧中的腳本,我想在另一個名爲「theData」的堆棧中創建一個新的卡。如果我只使用create card
卡片在堆棧「加載器」中創建。我如何指定新卡片在堆棧「theStackName」中創建?如何在另一個堆棧中創建新卡?
喜歡的東西
on mouseUp
put field "theStackName" into tStack
create stack tStack with background "BGdata"
-- the background "BGdata" which has been defined before
-- contains a field "data"
set the defaultStack to tStack
put "something" into field "data"
create card
put "somethingElse" into field "data"
end mouseUp
這應該可以幫助您http://lessons.runrev.com/m/4071/l/11787 – 2013-05-20 12:20:18