Yet another problem with images

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
ietv
Posts: 4
Joined: Tue Jun 16, 2015 2:19 am

Yet another problem with images

Post by ietv » Tue Jun 16, 2015 2:27 am

I have a mainstack called "TicTacToe".

I have card on that stack called "GameCard".

I have a substack called "images".

I have a card called "imagecard" on that substack.

On that card I have an image named "plainblue".

I have this line in my on openStack: put image "plainblue" of cd "imagecard" of stack "images" into image "Image13" of cd "GameCard" of stack "TicTacToe"

Nothing happens. I tried a button, using the ID of the image on the substack. Nothing happens.

I'm really frustrated that something so basic isn't working. What am I doing wrong?

Simon
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3901
Joined: Sat Mar 24, 2007 2:54 am

Re: Yet another problem with images

Post by Simon » Tue Jun 16, 2015 5:04 am

Hi ietv,
Welcome to the forum :)

Try this stack;
TickTacToe.zip
(819 Bytes) Downloaded 152 times
Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!

ietv
Posts: 4
Joined: Tue Jun 16, 2015 2:19 am

Re: Yet another problem with images

Post by ietv » Tue Jun 16, 2015 6:52 am

Thank you!

Is there a tutorial or something in the user guide that explains this, or maybe explains different ways of doing the same thing?

Post Reply