Hi!
I'm making a quiz app and I'd like to know if it was possible to show a random card. It's a multiple choice quiz, and I don't want it to go in any particular order.
Appreciate any suggestions!
Show random card
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: Show random card
Hi meixingm,
Simon
Code: Select all
on mouseUp
put random(10) into tVar --10 is the number of cards but look up "random" in the dictionary for an upper/lower limit version
go card tVar
end mouseUp
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!