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

9 years ago by twgray

Not sure the question is clear. I am attempting to duplicate an old Mac classic RPG as a browser based game. The original has a graphical image showing player stats and game feedback in a column on the right hand side and the map in a smaller viewport on the left. My question is if something similar can be done with Impactjs and, if so, how to go about it?

Thanks for any help!

9 years ago by dungeonmaster

For the very basic implementation, you can create a png image for your HUD and just draw it in your games draw function after this.parent(). So it will draw it over everything else.

9 years ago by matthewjames

@twgray it has been a while since I have dabbled in impact (looking to get back into the platform with a mmo), but when I created a test games I used html5/css to generate my HUD and z-index'd the buttons, etc., above the canvas.

Might this work for you?
Page 1 of 1
« first « previous next › last »