I have been doing a school project, however I recently finished it and am now searching to (try) to see what I can do.
My idea is simple; create a basic menu system using cards, then from there move on to develop a dungeon crawler type game.
So far I have linked my button "Exit" to ask a yes or no question then close the card (all is good there). I am now working on the "Help" button (ironic I know), using it I simply want to change the cards, however after a few hours of trawling through many forum posts the only help I could find was how to change it, so I put it in then tried it.
Code: Select all
on mouseUp
go card 2
end mouseUp
I simply need to know what I need to rename and such, or whether I am just being stupid and it is blindingly obvious...
Many thanks in advance!
EDIT: I have found in Card Inspector where it says "Number" however I cannot change the value.