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: 2286

Views: 302

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: (Somewhat Customizable) Round RTTB
Rating: 5
Filesize: 30.38 kB
Downloads: 2698
Comments: 5
Ratings: 1
Date added: 2023/07/25 13:20:02
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: Algicosathlon day 3 running
Rating: 5
Filesize: 398.53 kB
Downloads: 3985
Comments: 9
Ratings: 1
Date added: 2021/03/27 21:50:26
Made with: Algodoo before v1.8.5
Rating: rated 5
download
Title: Algicosathlon day 1
Rating: 5
Filesize: 25.31 kB
Downloads: 271
Comments: 1
Ratings: 1
Date added: 2015/12/05 01:37:06
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: Algicosathlon Day 14!
Rating: 5.625
Filesize: 120.76 kB
Downloads: 426
Comments: 1
Ratings: 2
Date added: 2016/04/30 22:46:37
Made with: Algodoo v2.1.0
Rating: rated 5.6
download
Title: New Algolympics Results 3
Rating: 5
Filesize: 186.09 kB
Downloads: 374
Comments: 0
Ratings: 1
Date added: 2015/05/08 13:40:21
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: Algicosathlon Day 15!
Rating: 5.625
Filesize: 494.47 kB
Downloads: 479
Comments: 2
Ratings: 2
Date added: 2016/05/02 22:12:30
Made with: Algodoo v2.1.0
Rating: rated 5.6
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!