Adding sequence to interactive tour

LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
jmburnod
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 2729
Joined: Sat Dec 22, 2007 5:35 pm
Contact:

Adding sequence to interactive tour

Post by jmburnod » Sat Sep 21, 2019 9:00 am

Hi All,
I recently discovered "intercative tour" :oops:
I wonder if that is possibke to add sequences to the "interactive tour".
InteractiveTour.png
Best regards
Jean-Marc
https://alternatic.ch

richmond62
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 10094
Joined: Fri Feb 19, 2010 10:17 am

Re: Adding sequence to interactive tour

Post by richmond62 » Sat Sep 21, 2019 9:26 am

That would be easier to answer if you could post where to download that thing.

jmburnod
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 2729
Joined: Sat Dec 22, 2007 5:35 pm
Contact:

Re: Adding sequence to interactive tour

Post by jmburnod » Sat Sep 21, 2019 9:35 am

Hi Richmond,
Thanks a lot
I'm very happy to see I'm not alone who discovered this recently.
No download, this tool is on start center
widget "tile1" of card "interface" of stack "/Applications/LiveCode Indy 9.0.1.app/Contents/Tools/Toolset/palettes/start center/revStartCenter.livecode"
or
menu Help->Start center

Kind regards
Jean-Marc
https://alternatic.ch

richmond62
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 10094
Joined: Fri Feb 19, 2010 10:17 am

Re: Adding sequence to interactive tour

Post by richmond62 » Sat Sep 21, 2019 9:54 am

Screenshot 2019-09-21 at 11.39.42.png
-
OK, Got You.

Um, this is going to be difficult to hack as it blocks access to most of the IDE (even QUIT, which is bad) while
the thing is running.

I had to Force Quit LiveCode to exit the interactive thing! :evil:

So . . . time to get "down and dirty" . . .

I copied the revStartCenter.livecode stack out of the LC app (MacOS) into a folder
imaginatively called 'Hax' and then opened it with LC 9.5.0.

I then opened a NEW, blank stack.

I then opened the 'old' Application Overview stack from the Development/Plugins menu.

By double-clicking on the revStartCenter icon in the Application Overview I got to a stage where I could
start messing around with the revStartCenter stack.

HOWEVER . . . things get murky at that point as it is completely unclear to me if this is a stack
or what it is, as it does NOT show up anywhere in the Application Overview:
-
Screenshot 2019-09-21 at 11.53.17.png

Post Reply