Page 1 of 1

Yet another problem with images

Posted: Tue Jun 16, 2015 2:27 am
by ietv
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?

Re: Yet another problem with images

Posted: Tue Jun 16, 2015 5:04 am
by Simon
Hi ietv,
Welcome to the forum :)

Try this stack;
TickTacToe.zip
(819 Bytes) Downloaded 153 times
Simon

Re: Yet another problem with images

Posted: Tue Jun 16, 2015 6:52 am
by ietv
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?