start using

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
ivaho
Posts: 37
Joined: Tue Feb 14, 2012 2:19 pm

start using

Post by ivaho » Sat Nov 29, 2014 11:06 am

Hi,

I found the option to start using a card as a "library"

But iám not sure how to implement this.

Where do i put the "start using mycard"

And do i need to put the commands i want to use in the card script or in the stack script.

Any examples are more than welcome.

kind regards
Ivo

Klaus
Posts: 14190
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: start using

Post by Klaus » Sat Nov 29, 2014 12:33 pm

Dag Ivo,

unfortunaely "start using..." will onls work with (scripts of) stacks!
To use any other script as a library you need to insert the script into back or front like this:
...
insert script of cd "your library card here" into back
...
Et voila: Libary (kind of) :D

And dont forget to:
...
remove script of cd "your library card here" from back
...
If you do not use it anymore.


Best

Klaus

Post Reply