Search found 2 matches

by charleshallock
Fri Jul 18, 2025 2:32 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to move an object from one card to another?
Replies: 4
Views: 183

Re: How to move an object from one card to another?

Hi Charles, welcome to the forum! Hm, I would probably use a couple of BUTTONs, one on each card where neccessary, with the image you need as the ICON for the button. This way, you can show/use your imge on many cards, but the image is only "physically" present ONCE in your stack. Know what I mean?...
by charleshallock
Tue Jul 15, 2025 7:55 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to move an object from one card to another?
Replies: 4
Views: 183

How to move an object from one card to another?

Hello, For a game I'm developing, I've implemented an inventory system. When you interact with an image, its visibility is set to 'false,' and the name of the image is added to a spare inventory 'slot' in an SQLite database. When you select the item in a data grid and click the 'drop' button, the co...