Author Topic: CMLua v 1.2  (Read 4059 times)

Cybermonkey

  • Administrator
  • *****
  • Posts: 0
CMLua v 1.2
« on: March 05, 2014, 09:30:42 PM »
Yeah, it's uploaded. Grab it while it's hot: http://cmb.retrogamecoding.org/
added:
  •     getpixel (x,y)
  •     getred (int color)
  •     getblue (int color)
  •     getgreen (int color)
  •     mousezone (x1,y1,x2,y2)
  •     mode 4 (1280 x 1024)
Some new examples are added, too. You might get a diffferent value with getred etc. as you might have been set. But that's okay. Since we have only 16 bit colours more than one corresponds the 24 bit colour code. Meaning RGB (255,0,0) is the same as RGB (248,0,0) etc.

Tomaaz

  • Guest
Re: CMLua v 1.2
« Reply #1 on: March 07, 2014, 02:08:54 PM »
Cool! 8) BTW Is this project open source?

Cybermonkey

  • Administrator
  • *****
  • Posts: 0
Re: CMLua v 1.2
« Reply #2 on: March 07, 2014, 05:00:08 PM »
No, it's closed source freeware at the moment (like NaaLaa). Maybe I will open the source one day.

Cybermonkey

  • Administrator
  • *****
  • Posts: 0
Re: CMLua v 1.2
« Reply #3 on: March 11, 2014, 08:40:00 PM »
Now also listed on Freewarefiles.com: http://www.freewarefiles.com/ChipmonkeyLua_program_98478.html
(Maybe we gain more interest with that.)

Rick3137

  • Guest
Re: CMLua v 1.2
« Reply #4 on: March 12, 2014, 10:26:27 PM »
  It's real nice, but it has one little bug you need to look at. When I try to close the program, it stays running
in the background. It may just be a Windows problem, but your Pulsar version works OK.
 I have to use the task manager to turn it off. Some people may not notice, but my computer tends to get hot,
with 10 extra cmluas running in the background.

Cybermonkey

  • Administrator
  • *****
  • Posts: 0
Re: CMLua v 1.2
« Reply #5 on: March 13, 2014, 08:05:52 AM »
  It's real nice, but it has one little bug you need to look at. When I try to close the program, it stays running
in the background. It may just be a Windows problem, but your Pulsar version works OK.
 I have to use the task manager to turn it off. Some people may not notice, but my computer tends to get hot,
with 10 extra cmluas running in the background.
It's not a bug, it's a feature.  ;D No, I know of that. You have to end the CMLua with
Code: [Select]
exit()Do not use the mouse to click. It's a bug in ptcGraph.

Cybermonkey

  • Administrator
  • *****
  • Posts: 0
Re: CMLua v 1.2
« Reply #6 on: March 16, 2014, 09:26:28 PM »
Here's a little demonstration of CMLua: http://youtu.be/JN-vjZZ3dUM