You may link cards to other cards or to cards in other stacks in a number of different ways.
One way was shown to you in HC basics using the go common.
If you need to review this go to HC basics.
On mouseUp
go to next
end mouseUPor
On mouseUp
go prev
End mouseUpAnother way to link cards is by the task button in the button info 1 From your address stack or create a new stack with at least 3 cards
Make a new button from the objects menu. 2. Open the Button Info by double clicking on the button. 3. Click on the Tasks choice. 4. Select a destination from the list of choices. ( chose current card) 5. Go to the another card in your stack by using the arrow keys on your key board. You may have to reposition the tasks window. 6. Click on Assign Tasks. Try your button out. Make sure the you have the browser tool selected. Another way to link cards is by the ID #, card name or # 1. From your address stack make a new button. 2. Go to a different card in the your stack. 3. Open the menu objects and highlight card info 4. Write down or note the card ID number 5. Go back to the first card 6. Open the New Button Info by double clicking on the button. Make sure you have the button tool selected. 7 open the script of that button. 8. Type in the script between the On mouseUp and End mouseUP go to card ID xxxx. (Put the card ID that you wrote down in #4 ) On mouseUp
go to card ID xxxx
end mouseUP
Try your button out. Make sure the you have the browser tool selected.Another way to link cards is by name or card #
On mouseUp
go to card (name of card )
End mouseUpgo to card 4 (if you add a card to the stack you may change the card number)
*There are ready made buttons that can help you navigate in the 2nd card of the home stack. Try them out for yourself.