Questions tagged [monkey-x]

3 questions
2
votes
1 answer

Unexpected Token 'function'

Strict Import mojo Function Main:Int() CreateMapArray() Return 0 End Function DrawRect:Int(x:Int, y:Int, w:Int, h:Int) Function CreateMapArray:Int() Local MapArray:Int[10][] 'This code is for creating a 2D array to act as a map. …
Steven
  • 61
  • 1
  • 8
0
votes
0 answers

why do i keep getting a syntax error for "unexpected token 'method' " in the final few lines

this is the code that i am using in Monkey X to try and build a game, the final method is supposed to draw the sprite within the game but it seems to register as an error and does not allow the method to be there, is there any way i can fix this …
DavNav
  • 1
  • 1
-1
votes
1 answer

Monkey X Export Setup

I'm using Monkey X Studio since yesterday and want to "export" the game I've made with it for Windows (glfw). So I built the Game in Release Configuration, took the .exe and the data Folder and created an InnoSetup setup for it. When someone else…
Luca Schimweg
  • 747
  • 5
  • 18