Author Topic: Button Goto problems  (Read 9024 times)

AnonymousPostings

  • Newbie
  • *
  • Posts: 49
Button Goto problems
« on: July 01, 2010, 11:27:24 AM »
I am having issues when I run the program.  I have 7 buttons set to jump to different cards.  The cards are not opening when I press 5 of the 7 buttons.  Any suggestions?
« Last Edit: January 01, 1970, 01:00:00 AM by Guest »

Malkom

  • Administrator
  • Newbie
  • *****
  • Posts: 464
  • Here to help you
Re: Button Goto problems
« Reply #1 on: July 01, 2010, 11:31:58 AM »
I'm very sorry but this is a bug in the last release of HyperNext 3.83 - if a card has no code in its script then the Goto initializer does not fire.

The workaround is as follows:-
- In the target card script -  replace the comment @Empty with almost ANY command -

Code: [Select]
@ an audible test
Beep

or

Code: [Select]
@ silent
Local x


This command forces the card to activate so Gotos start working again. You need this in each card with a Goto targetting it.

To edit the card - just click on it - and from the toolbar on the right hand side select the "Script" button.
« Last Edit: January 01, 1970, 01:00:00 AM by Guest »
I am sorry but I do not have time to answer questions by PM or email.
If you post your questions in this forum then it might help others.

 

anything