However, I got stuck with one piece of code. It looks like this in Hypetalk:
Code: Select all
on mouseUp
  global lastnewbutton, markedheader, markedcard
  send "doMenu New Button" to HyperCard
  put "on mouseUp" into line 1 of thescript
  put "go to card ID " & markedcard into line 2 of thescript
  put "end mouseUp" into line 3 of thescript
  set script of button lastnewbutton to thescript
  set the name of button lastnewbutton to markedheader
end mouseUpCode: Select all
on mouseUp
go to card ID NNNN
end mouseupMy code stops at the command:
"send "doMenu New Button" to HyperCard" which creates a new button.
What is the corresponding command in the script language of Revolution?
