Search found 1 match
- Wed Apr 28, 2021 8:15 am
- Forum: Talking LiveCode
- Topic: Can I move an object from one card to another?
- Replies: 2
- Views: 2611
Can I move an object from one card to another?
For a game I'm making, I've made an inventory system. When you touch an image, the visibility is set to 'false' and the name of the image is added to spare inventory 'slot' in an SQLite database. When you select the item in a data grid and click the 'drop' button, the entry gets removed from the cor...