nPoly to Monkey

Monkey Forums/Monkey Code/nPoly to Monkey

Jesse(Posted 2012) [#1]
here is the old nPoly library from BlitzBasic . Maybe somebody will find some use for it:



therevills(Posted 2012) [#2]
Hey Jesse, just tried this.

I HTML5 (Chrome) I get: Monkey runtime error: TypeError: Cannot call method 'KeyDown' of null

And in GLFW I get: Monkey runtime error: Rendering operations can only be performed inside OnRender


Jesse(Posted 2012) [#3]
are you sure?
it works fine here in Chrome and Safari with Monkey51 and Monkey56b.

maybe you have a project locked?


CopperCircle(Posted 2012) [#4]
I get the same error in Chrome.


Jesse(Posted 2012) [#5]
I works fine here. Chrome(HTML5,Flash),Safari(HTML5,Flash), and GLFW.

maybe it's because I am on a Mac LOL.

I really don't know what can be wrong. Any Idea?


slenkar(Posted 2012) [#6]
on glfw I get 'Rendering operations can only be performed inside OnRender
'
in firefox on windows I get null input device, weird,


muddy_shoes(Posted 2012) [#7]
Try "Import mojo", not "Import Mojo".


slenkar(Posted 2012) [#8]
ah yes very good thanks


Jesse(Posted 2012) [#9]
that fixed it.

I wonder why I can use Mojo on Mac and not on Windows?
I thought Mac is the one that supposed to be case sensitive.