Search found 4 matches
- Sun Oct 10, 2021 10:51 am
- Forum: Javascript
- Topic: Babylon.js
- Replies: 67
- Views: 448810
Re: Babylon.js
https://camo.githubusercontent.com/a66c603bfd42837903cfe41ec7b7bf28d10dafe9/687474703a2f2f66616c73616d2e636f6d2f7362626a732f77696b692f6c69622f6578652f66657463682e7068703f6d656469613d6c6f676f2e706e67
Babylon.sbi is a module coded with theSpiderBasic language that provides simplified access to ...
- Tue Nov 05, 2019 6:45 pm
- Forum: Coding Questions
- Topic: Sprites in a linked list
- Replies: 5
- Views: 4550
Re: Sprites in a linked list
i will try to shorten my code to the root cause of this problem then i will share it.
This is always a good idea. ;)
I found out my problem, it's not the linked list, it's the fact i close my screen/window/render en re-open it later, then the sprites become unusable it seems.
;
Debug "use ...
This is always a good idea. ;)
I found out my problem, it's not the linked list, it's the fact i close my screen/window/render en re-open it later, then the sprites become unusable it seems.
;
Debug "use ...
- Sat Oct 12, 2019 3:53 pm
- Forum: Coding Questions
- Topic: Sprites in a linked list
- Replies: 5
- Views: 4550
Re: Sprites in a linked list
No problem here so far:
EnableExplicit
Global ImagesToLoad = 3
Global NewList Image()
Enumeration
#BackgroundWindow
#Button
#Window
EndEnumeration
Procedure CloseWindowEvent()
CloseWindow(#Window)
DisableGadget(#Button, #False)
EndProcedure
Procedure OpenImageWindow()
Protected ...
EnableExplicit
Global ImagesToLoad = 3
Global NewList Image()
Enumeration
#BackgroundWindow
#Button
#Window
EndEnumeration
Procedure CloseWindowEvent()
CloseWindow(#Window)
DisableGadget(#Button, #False)
EndProcedure
Procedure OpenImageWindow()
Protected ...
- Thu Oct 10, 2019 7:52 pm
- Forum: Coding Questions
- Topic: Sprites in a linked list
- Replies: 5
- Views: 4550
Sprites in a linked list
Hi,
I have a linked list with 57 sprites, i can load them and display them, then when the user is pushes a button the window containing the windowed screen is closed and a new window is opened with a new windowed screen.
When i want to display some of the images from the linked list on the new ...
I have a linked list with 57 sprites, i can load them and display them, then when the user is pushes a button the window containing the windowed screen is closed and a new window is opened with a new windowed screen.
When i want to display some of the images from the linked list on the new ...