Mark Smith asked:
Could we see the script that then uses the values from the option menus?

Short answer:

on menuPick pItem
   switch pItem
   case "Option 1"
     DoSomething
     break
   case "Option 2"
     DoSomethingElse
     break
   end switch
end menuPick


Mind-blowingly complete answer - examples for most of the basic tasks you'll be doing in Rev:

<http://support.runrev.com/scriptingconferences/>


--
 Richard Gaskin Managing Editor, revJournal
 _______________________________________________________
 Rev tips, tutorials and more: http://www.revJournal.com
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to