Is this correct?
Code: Select all
on openstack
set the rect of stack "trigger" to 9999,9999,10000,10000
go stack "trigger"
end openstack
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Code: Select all
on openstack
set the rect of stack "trigger" to 9999,9999,10000,10000
go stack "trigger"
end openstack
Bestbidgeeman wrote:Hello again Klaus.
Is this correct?
BidgeCode: Select all
on openstack set the rect of stack "trigger" to 9999,9999,10000,10000 go stack "trigger" set the defaultstack to "your skinned stack" end openstack
Code: Select all
on uniconifyStack
show stack "name of your skinned stack"
end uniconifyStack
Code: Select all
on openstack
set the rect of stack "trigger" to 9999,9999,10000,10000
set the maxheight of stack "trigger" to 1
set the maxwidth of stack "trigger" to 1
go stack "trigger"
set the defaultstack to "your skinned stack"
end openstack
Code: Select all
on openstack
set the rect of stack "trigger" to 9999,9999,10000,10000
set the maxheight of stack "trigger" to 1
set the maxwidth of stack "trigger" to 1
## !!!
set the blendlevel of stack "trigger" to 100
go stack "trigger"
set the defaultstack to "your skinned stack"
end openstack