Impact

This forum is read only and just serves as an archive. If you have any questions, please post them on github.com/phoboslab/impact

1 decade ago by Harley

Hello,

I want my entire game to stay within the engine/canvas, however I think that means I'll have to make my own scrollbar and drop down classes.

Has anyone tried to do this before? It feels like I'm trying to reinvent the wheel here.

1 decade ago by DavidWeber

I don't think this is an easy task and I haven't found any libraries of this sort (I was looking into text fields in canvas).

However over on Point Of ImpactJS there is a button and menu plugin.

Darcy Menu
Impact GUI

let me know if you find anything, good luck!

1 decade ago by fugufish

a scrollbar and dropdown are best done with CSS. Make a layer on top of your canvas, that adjusts according to your canvas size ( possibly centered ). It's not that hard.

http://private-joe.com was made this way.

1 decade ago by Harley

Thanks guys - I'll look into it.
Page 1 of 1
« first « previous next › last »