Search found 120 matches

by skinkairewalker
Sat Jan 06, 2024 9:01 pm
Forum: Game Programming
Topic: Horizontal Roulette Game ?
Replies: 6
Views: 19904

Re: Horizontal Roulette Game ?

awesome, works fine . !!!
thanks :D
by skinkairewalker
Sat Dec 16, 2023 4:07 pm
Forum: Game Programming
Topic: Horizontal Roulette Game ?
Replies: 6
Views: 19904

Re: Horizontal Roulette Game ?

Could anyone who has experience doing something similar to this give me some tips or some examples of how to use it with spiderbasic? Well, I don't have much experience with pure JavaScript, from what I read, roughly speaking, is the roulette spinning animation in CSS? $(document).ready(function() {...
by skinkairewalker
Mon Mar 27, 2023 2:43 pm
Forum: Coding Questions
Topic: admob ta working on SpiderBasic?
Replies: 0
Views: 9740

admob ta working on SpiderBasic?

Hello guys, I would like to create apps for android and ios, is admob working normally? If so, does anyone have an example of how to compile successfully?
by skinkairewalker
Mon Jan 30, 2023 1:13 am
Forum: Coding Questions
Topic: error playing a sound when the page is opened...
Replies: 0
Views: 1681

error playing a sound when the page is opened...

when loading the page, I look in the console and I come across these messages below, and the sound does not play ... as I am developing a game, it is necessary to start with a sound playing ... Is it possible to use howler.js to solve this problem? https://howlerjs.com/ ->soundjs.min.js:18 The Audio...
by skinkairewalker
Sat Jan 28, 2023 8:54 pm
Forum: Coding Questions
Topic: Error when trying to import javascript library
Replies: 2
Views: 1110

Error when trying to import javascript library

Hello everyone, I'm trying to import a library called >: https://deck.of.cards/old/ , but I can't... can anyone help me? example : http://jsfiddle.net/x0gjood1/ my code below : EnableExplicit Global nImports Global GID Procedure Main() OpenWindow(0, 0, 0, 220, 220, "Deck of cards", #PB_Win...
by skinkairewalker
Tue Jan 24, 2023 7:13 pm
Forum: Coding Questions
Topic: Is there a way for me to load an external .html page and use the sb backend on that page?
Replies: 0
Views: 1603

Is there a way for me to load an external .html page and use the sb backend on that page?

Hello everyone, I have a theme ready in bootstrap5 can I load this external .html page and use the sb backend on it?
by skinkairewalker
Sun Apr 17, 2022 6:13 am
Forum: Game Programming
Topic: Horizontal Roulette Game ?
Replies: 6
Views: 19904

Horizontal Roulette Game ?

hello everyone !!
have a easily way to make this Horizontal Roulette in SpiderBasic withou use css or html external ?

example in HTML, JS and CSS : https://codepen.io/waldemar-lima/pen/QW ... itors=1111
by skinkairewalker
Sun Apr 17, 2022 6:11 am
Forum: Javascript
Topic: Web3.js
Replies: 2
Views: 7890

Re: Web3.js

Wow, thanks :D
by skinkairewalker
Tue Apr 12, 2022 7:40 pm
Forum: Javascript
Topic: Web3.js
Replies: 2
Views: 7890

Web3.js

does anyone know how to add the Web3.js library (Ethereum) with spiderbasic?

https://github.com/ChainSafe/web3.js