slide show questions???

Ban Nguyen bann at sunncomm.com
Tue Jul 12 16:49:29 EDT 2005


Hello

I am using this code I found from this list:

I create a substack and put this code into it:

"
global the_advancing

on openCard
  send advanceSlide to me in 2 seconds
  global the_advancing
  put the result into the_advancing
end openCard

on advanceSlide
  visual dissolve
  go next cd
end advanceSlide

on mouseUp
  global the_advancing
end mouseUp

"
Then I create 4 cards, each card has one image.

It works fine but the substack pops up when I open the script panel.  

I wrote "close stack "gallery"" because I want to close this substack so
user can click on other button

Ay idea, please help



More information about the use-livecode mailing list