Search found 4 matches

by InterGeek
Mon Jul 04, 2016 11:19 pm
Forum: Coding Questions
Topic: Auto-scale a scene?
Replies: 4
Views: 4400

Re: Auto-scale a scene?

@falsam

Thank you!!!
by InterGeek
Mon Jul 04, 2016 9:11 pm
Forum: Coding Questions
Topic: Auto-scale a scene?
Replies: 4
Views: 4400

Re: Auto-scale a scene?

Hi Fred, thanks.

For now it's not possible directly with SB internal commands

and direct with JavaScript in SB code? SB use pixi.js for graphics and pixi.js have the function stage.scale and renderer.resize. Any way to use it?


// Example for PIXI.JS

function resize() {

// Determine which ...
by InterGeek
Mon Jul 04, 2016 9:39 am
Forum: Coding Questions
Topic: Auto-scale a scene?
Replies: 4
Views: 4400

Auto-scale a scene?

Sorry for my english, i hope you understand my question/problem ;)

Is there any way to auto scale the render scene, like ScaleManager in phaser.js? ( http://phaser.io/docs/2.4.4/Phaser.ScaleManager.html )? Here is a example what i mean
code: http://pastebin.com/Au4PJEzb
game: http://www.intergeek ...
by InterGeek
Fri Jul 01, 2016 1:13 pm
Forum: Coding Questions
Topic: Animation examples
Replies: 2
Views: 2981

Re: Animation examples

Here is a very simple example. Sorry for my english in the source ;)

Online: http://www.intergeek.de/SpiderBasic/animation_example
Source: http://www.intergeek.de/SpiderBasic/ani ... mation.zip

i hope it's help.