Hello
How can I get the PixiJS object from a sprite?
For example, I'd like to perform a vertical and/or horizontal split, change the anchor point, etc. ...
More generally, I'd like to be able to use PIXIJS functionalities on these sprites.
I hope this is possible. Here's some basic code. For ...
Search found 222 matches
- Wed Jun 04, 2025 8:53 am
- Forum: Coding Questions
- Topic: Identification PIXIJS of a sprite
- Replies: 1
- Views: 5666
- Tue Jun 03, 2025 2:59 pm
- Forum: General Discussion
- Topic: SpiderBasic 3.10 is out !
- Replies: 25
- Views: 19661
Re: SpiderBasic 3.10 beta 1 is ready !
Thanks FredFred wrote: Mon Jun 02, 2025 1:52 pmI will try to add it.Peter wrote: Mon Jun 02, 2025 11:43 am Thanks for the new version!
What are the chances that this feature request will also be included in the new version?
Add javascript and CSS scripts in the compilation options.
- Tue Mar 25, 2025 8:53 am
- Forum: Feature Requests and Wishlists
- Topic: Add javascript and CSS scripts in the compilation options.
- Replies: 4
- Views: 74420
Add javascript and CSS scripts in the compilation options.
Hello.
The LoadScript() function does not work with some Javascript scripts.
For example, this code returns the message “BABYLON is not defined”.
Declare Start()
Procedure Start()
!if (BABYLON.Engine.isSupported()) {
!}
EndProcedure
LoadScript("https://cdn.babylonjs.com/babylon.js ...
The LoadScript() function does not work with some Javascript scripts.
For example, this code returns the message “BABYLON is not defined”.
Declare Start()
Procedure Start()
!if (BABYLON.Engine.isSupported()) {
!}
EndProcedure
LoadScript("https://cdn.babylonjs.com/babylon.js ...
- Tue Jan 14, 2025 9:04 am
- Forum: Coding Questions
- Topic: Tutorial?
- Replies: 7
- Views: 15468
Re: Tutorial?
Without installing Spiderbasic, you can test each example by clicking on the play button.
https://www.spiderbasic.com/showcase/onlineviewer/
https://www.spiderbasic.com/showcase/onlineviewer/
- Sat Oct 05, 2024 4:51 pm
- Forum: Coding Questions
- Topic: HTML in ListIconGadget
- Replies: 4
- Views: 8257
Re: HTML in ListIconGadget
Hello,
Without a ListIconGadget ( Yes I'm off topic 🤪), it is possible to create a page containing a list of clickable items.
To do this, I'm using SpiderBasic version 3.01 and its mobile features, which also work with a browser.
Here's the code I'd like you to try out.
CloseDebugOutput()
If ...
Without a ListIconGadget ( Yes I'm off topic 🤪), it is possible to create a page containing a list of clickable items.
To do this, I'm using SpiderBasic version 3.01 and its mobile features, which also work with a browser.
Here's the code I'd like you to try out.
CloseDebugOutput()
If ...
- Thu Sep 05, 2024 7:53 am
- Forum: Coding Questions
- Topic: function JavaScript not recognized.
- Replies: 0
- Views: 9632
function JavaScript not recognized.
Hello.
What a pleasure to submit a code that doesn't work on Android 😉
■ I'm testing the creation of a text file on Android with the Cordova-plugin-file.
The plugin is initialized correctly.
■ Here's the problem.
This line calls a JavaScript function on success that is not recognized. ! window ...
What a pleasure to submit a code that doesn't work on Android 😉
■ I'm testing the creation of a text file on Android with the Cordova-plugin-file.
The plugin is initialized correctly.
■ Here's the problem.
This line calls a JavaScript function on success that is not recognized. ! window ...
- Mon Feb 27, 2023 11:04 pm
- Forum: Coding Questions
- Topic: SpiderBasic and netradio url.
- Replies: 7
- Views: 7562
Re: SpiderBasic and netradio url.
Great job Peter 

- Tue Sep 07, 2021 9:44 am
- Forum: Coding Questions
- Topic: SendMessage_(GadgetID(#Iban_1), #EM_SETSEL, 0, -1)
- Replies: 1
- Views: 3510
Re: SendMessage_(GadgetID(#Iban_1), #EM_SETSEL, 0, -1)
Procedure GadgetSelectionRange(gadget, startPos, endPos)
Protected g = GadgetID(gadget)
SetActiveGadget(gadget)
! const input = document.getElementById(v_g.gadget.id);
! input.setSelectionRange(v_startpos, v_endpos);
EndProcedure
Enumeration
#mf
#mfString1
#mfString2
EndEnumeration ...
Protected g = GadgetID(gadget)
SetActiveGadget(gadget)
! const input = document.getElementById(v_g.gadget.id);
! input.setSelectionRange(v_startpos, v_endpos);
EndProcedure
Enumeration
#mf
#mfString1
#mfString2
EndEnumeration ...
- Wed Apr 28, 2021 8:13 am
- Forum: Coding Questions
- Topic: NFC
- Replies: 2
- Views: 4511
- Wed Jun 10, 2020 2:24 pm
- Forum: Feature Requests and Wishlists
- Topic: Ability to upload file
- Replies: 10
- Views: 14713