Browse Search Popular Register Upload Rules User list Login:
Search:
Customizable Points RTTB

Image:
screenshot of the scene

Author: Leaderboard

Group: Default

Filesize: 37.16 kB

Date added: 2023-07-31

Rating: 5

Downloads: 2282

Views: 298

Comments: 4

Ratings: 1

Times favored: 1

Made with: Algodoo v2.1.0

Tags:

Scene tag

Credit to A Guy Named Ismael for some parts of the code and some objects.
Last edited at 2024/07/13 21:14:25 by Leaderboard
Please log in to rate this scene
edit
Similar scenes
Title: Algicosathlon Day 16!
Rating: 5
Filesize: 105.35 kB
Downloads: 440
Comments: 0
Ratings: 1
Date added: 2016/05/14 00:53:09
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: Round RTTB V2
Rating: 5
Filesize: 75 kB
Downloads: 2581
Comments: 10
Ratings: 1
Date added: 2025/01/02 12:25:34
Made with: Algodoo v2.2.3
Rating: rated 5
download
Title: (Somewhat Customizable) Round RTTB
Rating: 5
Filesize: 30.38 kB
Downloads: 2697
Comments: 5
Ratings: 1
Date added: 2023/07/25 13:20:02
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: Algodoo Olympics DAY 1
Rating: 5
Filesize: 73.1 kB
Downloads: 467
Comments: 0
Ratings: 1
Date added: 2019/02/11 09:32:58
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: New Algolympics Results 3
Rating: 5
Filesize: 186.09 kB
Downloads: 371
Comments: 0
Ratings: 1
Date added: 2015/05/08 13:40:21
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: Algicostithon Day IX: Rejoining Time
Rating: 5
Filesize: 34.89 kB
Downloads: 411
Comments: 0
Ratings: 1
Date added: 2018/11/09 00:17:09
Made with: Algodoo v2.1.0
Rating: rated 5
download
Hi, creator of the OG here.
So I have detected a few flaws in the scene:
-The points that I guess were supposed to be showed on the rigth are not shown at all. This may be caused by something explained in the next point.
-When the scene is first loaded, 'scene.my._points' has not been declared (doesn't have a value), so the event will simply not work. I suggest to you to declare the variable and then save the scene so that the values get saved.
-Even if 'scene.my._points' was declared, the 'Multiplier' and the 'Max Score' features won't work since the values assigned are not numbers, but strings (text), which make them not work as intended (or not work at all). Luckily, this can be fixed. Just introduce the following lines in the grey boxes' scripts:
-Multiplier box: scene.my._Multiplier = math.toFloat(text)
-Max score box: scene.my._MaxPoints = math.toInt(text)
Hopefully you can find the time neccesary to correct these flaws.

Edit: I have sadly found even more flaws:
-A piece of the code on the teleporter that sends the marbles back to the arena (I think, I'm not 100% sure) makes the points recived (if they were declared) multplicate constantly and cause an integer overflow (bad stuff, basically speaking). There's a simple fix that makes this act as intended, but it makes so that the marbles can't go back to the arena. That part of the scene definetly needs heavy code rewrites
-The teleporter pad on the bowl's postStep script contains a typo that makes it so that scene.my._Rank doesn't reset, and in consequence, breaks everything.
In my opininon, this scene definetly needs to be remade. I think that the scripts in the scene were carelessly added to the scene without cheking them afterwards to see if they interfere with eachother too badly.
Please don't take what I just said as a personal attack, I'm just trying to help here.
Hopefully this can become a good remake (?) of my scene in the future.
Last edited at 2023/07/31 22:46:44 by A Guy Named Ismael
Thanks for the suggestions, A Guy Named Ismael. Hopefully I can fix this soon.
How about now?
The scene is working as intended!