| Author |
Message |
![[Post New]](/templates/default/images/icon_minipost_new.gif) 07/23/2008 20:20:12
|
Oflick
Newbie
Joined: 07/23/2008 20:08:52
Messages: 2
Offline
|
Im writing a program which is sort of like a choose your own adventure game. the program gives the player 2 options. They click a button, and then an image comes up to show them where they're at in the "Adventure". Now, I was thinking of doing something that allowed for the image on the screen to change after so many clicks. The problem is, after every click on one button, the option on the other button must change.
What I was thinking, is their a way to code it so it would work sort of like this:
* Click Button (Image shows up)
* Image connected to other button changes
Thats pretty much what I need it to do, I tried just using sub classes, but that didn't work, so I want to try it this way.
Can anyone help? Thanks
|
|
|
 |
![[Post New]](/templates/default/images/icon_minipost_new.gif) 07/24/2008 10:00:38
|
stdunbar
Newbie
![[Avatar]](/images/avatar/a87ff679a2f3e71d9181a67b7542122c.png)
Joined: 06/22/2005 14:51:37
Messages: 849
Location: Superior, CO, USA
Offline
|
It sounds like you're on the right track. Can you show where you're getting stuck in code? It's kinda hard to figure out what help you need with the description you gave.
|
Thanks for using the forums at hotjoe.com |
|
|
 |
![[Post New]](/templates/default/images/icon_minipost_new.gif) 07/24/2008 10:14:46
|
Oflick
Newbie
Joined: 07/23/2008 20:08:52
Messages: 2
Offline
|
Thanks for showing interest in helping me.
In the time since I posted that messege, however, one of my friends showed me how to do it.
Thanks however, I should have deleted/edited the post when I'd done it but I forgot I'm afraid.
|
|
|
 |
|
|