Import mojo
Class MyGame Extends App
Field cnt:Int=0
Method OnCreate()
SetUpdateRate(2)
End Method
Method OnUpdate()
cnt+=1
DebugLog "Contents of variable cnt :"+cnt
If cnt>10 Then DebugStop
End Method
Method OnRender()
Cls 0,0,0
SetColor 255,255,255
End Method
End Class
Function Main()
New MyGame()
End Function
Artificial intelligence/templates/examples/rts/rpg/strategy ect. in MonkeyX/CerberusX language. You can download the free version of MonkeyX from itch.io or Cerberus-x.com The Flash applets will stop working in around 2020.
Monday, December 19, 2016
Monkey-X - Beginners - DebugLog and DebugStop - code example
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.