Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试创建一个记忆游戏,但每次按下开始时,我似乎都无法让图片随机播放。有谁知道如何提供帮助?
在程序开始时使用Randomize一次。
Randomize
Randomize使用 number 初始化Rnd函数的随机数生成器,使用系统计时器作为新的种子值。如果Randomize未使用,则该Rnd函数(不带参数)在第一次调用时使用相同的数字作为种子,然后使用最后生成的数字作为种子值。 (来源)
Rnd