Re: Resuscitation of Scott Raney Paint Tools

2019-06-23 Thread Richmond via use-livecode

Saucy work:

http://forums.livecode.com/viewtopic.php?f=5=32783

Richmond.

On 22.06.19 17:50, Sannyasin Brahmanathaswami via use-livecode wrote:

I am trying to get a stack that worked in 1999-2000 under Metacard using a 
stack Scott Raney built. It is still on line
  
Go stack URL "http://www.himalayanacademy.com/studyhall/hapaint.rev;


But now, when I click the color palette I get
  
on mouseUp

setcolor the selectedColor of me
end mouseUp

colorPalette "Color map": execution error at line n/a (Object: object does not 
have this property)

and, looking in the dictionary we see "selectedColor" is reserved for internal 
use.

Something has changed?

BR





___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: Resuscitation of Scott Raney Paint Tools

2019-06-23 Thread hh via use-livecode
> BR wrote:
> The UI is a bit messy, but I want to give a demo of what is possible
> for a coloring book with LC versus scripting this whole thing in HTML5
> with JS/CSS/HTML. (it would be a nightmare)

This is only a demo if your "coloring book" uses simple pixel paint.

HTML5 also includes SVG/Canvas which makes it easy to use the same objects
for different screen sizes and resolutions (it would be a nightmare with paint).


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode