Search found 118 matches

by skinkairewalker
Mon Mar 27, 2023 2:43 pm
Forum: Coding Questions
Topic: admob ta working on SpiderBasic?
Replies: 0
Views: 183

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

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

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

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: 2
Views: 5968

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

Re: Web3.js

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

Web3.js

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

https://github.com/ChainSafe/web3.js
by skinkairewalker
Wed Sep 15, 2021 2:55 pm
Forum: Coding Questions
Topic: how can i set manuallity gadget id atribute and add custom atribute ?
Replies: 0
Views: 1354

how can i set manuallity gadget id atribute and add custom atribute ?

hello everyone !

have a way to set manuallity and add custom gadget id atribute in html ?

like this screenshot : https://prnt.sc/1sb5zsa
by skinkairewalker
Thu Jul 08, 2021 4:02 am
Forum: Coding Questions
Topic: flip cards animation
Replies: 3
Views: 908

Re: flip cards animation

me again Peter i am trying jquery flip, but i found a problem ... the rotation is in relation to the size of the container or the div... it feels weird... i found this code below in html and css, that does not occur this problem... is there any way to implement the code below with SpiderBasic ? <!DO...