Digital Workshop

Welcome to the Digital Workshop Message Boards
It is currently January 8th, 2025, 9:48 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: Next Random Question
PostPosted: January 12th, 2005, 9:06 pm 
Offline

Joined: November 3rd, 2004, 2:11 pm
Posts: 323
Let's say I have an opening page that has a button with a Next Random call on it.

I then have 4 additional pages. Each of these pages has a Next Random button on it.

Will all pages get displayed, or is there a better way to display random pages until all pages have been displayed?


For this message bwpatric has been thanked by : mackavi


Top
 Profile Visit website  
 
 Post subject: Next Random Question
PostPosted: January 16th, 2005, 4:24 pm 
Offline

Joined: November 3rd, 2004, 4:48 pm
Posts: 20
Location: Sheffield, UK
Hi

You don't say what version of Opus you are using, so the solution given here applies to Opus O4 and beyond. All pages may not be displayed because you are assigning a random number to the pages to be displayed, therefore some pages may be repeatedly displayed whilst others are not. To achieve what you want, i.e. display all pages but in a random order why not:

1. use a master page to put your 'Random' button - and anything else you want to display constantly with that button.

2. construct the other pages you want to display

4. use something like the following code on the button


GotoNextRandomPage()

This function generates a randomised list of pages and goes to the next page in the list. When all pages have been displayed a new randomised list is created.

Hope this helps.

Paul Conway :)


For this message amethyst has been thanked by : mackavi


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 54 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group