Search found 6 matches
- Wed Jul 01, 2015 5:39 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Copy piece of one image into another (tilemap)
- Replies: 12
- Views: 6902
Re: Copy piece of one image into another (tilemap)
Thanks for everyone's help
- Wed Jul 01, 2015 2:36 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Copy piece of one image into another (tilemap)
- Replies: 12
- Views: 6902
Re: Copy piece of one image into another (tilemap)
Thanks for looking into it :) It's for editing maps that scroll around and are bigger than the screen, and with multiple layers the number climbs high quickly, but this is just an editor and the tiles don't have to do anything except be saved and loaded. I'm using sheets with possibly a few hundred ...
- Tue Jun 30, 2015 8:14 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Copy piece of one image into another (tilemap)
- Replies: 12
- Views: 6902
Re: Copy piece of one image into another (tilemap)
Okay, it sort of spontaneously started working, it seems that it uses the result of the last manual copy I did and as far as I can tell ignores the copy command in script
But I'm still impressed with the simplicity of the image manipulating
But I'm still impressed with the simplicity of the image manipulating
- Tue Jun 30, 2015 4:36 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Copy piece of one image into another (tilemap)
- Replies: 12
- Views: 6902
Re: Copy piece of one image into another (tilemap)
Yes
That is the kind of thing I want, though when I tried that it switched to card 2 and left it blank
- Mon Jun 29, 2015 10:41 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Copy piece of one image into another (tilemap)
- Replies: 12
- Views: 6902
Re: Copy piece of one image into another (tilemap)
I guess I'm asking which approach I should use, because I don't want to start down a dead end road Can you copy a square from one image and paste it into another in LC and is it fast enough? Or is there a better way of doing the same thing? I'm going to need to handle 100,000+ tiles at once. I don't...
- Sun Jun 28, 2015 8:47 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Copy piece of one image into another (tilemap)
- Replies: 12
- Views: 6902
Copy piece of one image into another (tilemap)
Hi everybody, I'm trying to create a simple tilemap editor for practice. I went through the first three chapters of the beginner tutorial, but I can't find much info about using images. In SDL, you can copy a piece of one texture onto another. How do you do something like this in LiveCode? Or is it ...