An old college project (for the module "Developing Computer Games") in which I developed - against my better judgement, seriously - a puzzle-platformer inspired by Terry Cavanagh's *VVVVVV*.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

14 lines
575 B

Set TempName to TopName(ScoreLine - 1)
Set TempMinute to TopMinute(ScoreLine - 1)
Set TempSecond to TopSecond(ScoreLine - 1)
Set TempMillisecond to TopMillisecond(ScoreLine - 1)
Set TopName(ScoreLine - 1) to TopName(ScoreLine)
Set TopMinutes(ScoreLine - 1) to TopMinute(ScoreLine)
Set TopSecond(ScoreLine - 1) to TopSecond(ScoreLine)
Set TopMillisecond(ScoreLine - 1) to TopMillisecond(ScoreLine)
Set TopName(ScoreLine) to TempName
Set TopMinute(ScoreLine) to TempMinute
Set TopSecond(ScoreLine) to TempSecond
Set TopMillisecond(ScoreLine) to TempMillisecond