Search found 3 matches

by ricardo
Thu Jun 25, 2015 3:16 am
Forum: Coding Questions
Topic: Requisites and in which browser it runs?
Replies: 2
Views: 3783

Re: Requisites and in which browser it runs?

Is there any way to insert some HTML content mixed with the sprites, etc?
by ricardo
Thu Jun 25, 2015 2:37 am
Forum: Coding Questions
Topic: Requisites and in which browser it runs?
Replies: 2
Views: 3783

Requisites and in which browser it runs?

Hi,

I am interested on working with SpiderBasic since is feel that it has a lot of potential.

When you compile your page, what do you need to upload to the server? How big are those files (I saw that the includes js are like 10 megas)? How many megas do we need to upload to let the app run in the ...
by ricardo
Mon Mar 02, 2015 4:03 pm
Forum: Coding Questions
Topic: CopySprite question
Replies: 2
Views: 3198

CopySprite question

Im just playing for the first time with SpiderBasic. Im using the sprite example and i want to copy a sprite when a key is released.

I add this:


If KeyboardReleased(#PB_Key_O)
CopySprite(0,2)
; DisplaySprite(2,100,100)
EndIf


And nothing happends. The sprite 0 exists, remember i am using ...