Browse Search Popular Register Upload Rules User list Login:
Search:
FAT - Direct access (again)

Image:
screenshot of the scene

Author: JakubKubo

Group: Default

Filesize: 37.95 kB

Date added: 2019-05-01

Rating: 5

Downloads: 258

Views: 262

Comments: 5

Ratings: 1

Times favored: 0

Made with: Algodoo v2.1.0

Tags:

Scene tag

For advaced thymers
My own custom code

Feel free to use, edit, etc.
Just give me credits
Please log in to rate this scene
edit
Similar scenes
Title: Direct write access array demo
Rating: 6.1111
Filesize: 35.65 kB
Downloads: 3979
Comments: 5
Ratings: 3
Date added: 2016/03/25 11:01:04
Made with: Algodoo v2.1.0
Rating: rated 6.1
download
Title: Super Mario Bros. World 1-1
Rating: 5
Filesize: 88.91 kB
Downloads: 13631
Comments: 2
Ratings: 1
Date added: 2021/03/28 13:08:20
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: Algonet Glitch -- Run Thyme Code with an Algodoo Computer!
Rating: 5
Filesize: 191.75 kB
Downloads: 1917
Comments: 15
Ratings: 1
Date added: 2025/06/03 06:33:32
Made with: Algodoo v2.2.3
Rating: rated 5
download
Title: AN-2W Hydroplane sim
Rating: 7.5
Filesize: 0.62 MB
Downloads: 12440
Comments: 15
Ratings: 8
Date added: 2013/01/20 20:08:13
Made with: Algodoo v2.0.2 Edu
Rating: rated 7.5
download
Title: Thyme computer
Rating: 7.2381
Filesize: 362.45 kB
Downloads: 1606
Comments: 3
Ratings: 15
Date added: 2009/10/09 08:12:59
Made with: Algodoo before v1.8.5
Rating: rated 7.2
download
Title: Algodoo learning sandbox
Rating: 5
Filesize: 0.98 MB
Downloads: 586
Comments: 0
Ratings: 1
Date added: 2023/09/27 23:24:03
Made with: Algodoo v2.1.1
Rating: rated 5
download
@ JakubKubo -- Please explain some details about this scene. For example, maybe list in the scene description the following:

1. What does this scene do, and why would I want to use it?
2. Show a couple of examples of how it can be used.

Thanks!
This subject was already addressed in the forum. Your method is fairly concise but "for" has an upper limit that will break on larger arrays.
@s_noonan -- Oh, yeah, now I remember. :lol:

@JakubKubo -- s_noonan reminded me that we had discussed writing directly to arrays in the Forum (click on the link in his comment if you want to read the posts). The function that I use for writing directly to arrays is not limited to relatively small arrays like yours is because I do not use the intrinsic Algodoo "For" function. I use a much better For function that was designed by kilinich he called "xFor". I don't know what the array size limit is for the function that I use, but I'm sure it is much greater than tens of thousands of array elements!
Last edited at 2019/05/04 03:40:05 by Xray
When do you need ten-thousand elements?:o
I know that xFor exist, but this is mine own code, looks more simple and I'll use it as long as it will work for my needs:D
I'm trying to make a HUD display with menu, If you want to help, comment under
"(NOT)working GUI"
Q: When do you need ten-thousand elements? :o

A: I don't know, but that's not the point. The point is, some scenes may need more elements than the intrinsic For function will allow (maybe 256 or some other small power of 2). For most scenes that I can imagine, a person will never run out of array elements if they use kilinich's xFor function.

Comment: I know that xFor exist, but this is mine own code, looks more simple and I'll use it as long as it will work for my needs:D

Response: Of course! You can do whatever you want to do in your scenes as long as they do not violate the Algodoo Rules or the Terms of Service.

Comment: I'm trying to make a HUD display with menu, If you want to help, comment under "(NOT)working GUI".

Response: I'll let you figure that out for yourself. You seem to be quite smart, and so you should have no problem getting it to work. :tup:
Last edited at 2019/05/05 01:29:38 by Xray