Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: (No subject)Date: Tue, 20 Nov 2001 17:20:09 -0500

From: jasonic:panix at: 21-Nov-2001 0:45

> I want Rebol/View become Flash in itself, just in small size :-) Give
Cyphre
> general effect engine, few tweaks to View kernel, rotation effect, etc.,
and you
> will get /View suitable for at least basic presentations ..... > > -pekr-
aah.. yes please :-)) But a REBOL-FLASH dialect may be very useful path towards that. One should not understand the fundamental strength of the Flash dynamic object paradigm: nested Flash movie clips each of which have their own timeline. [goodexample: http://www.levitated.net/ ] REBOL/View is a toy in that respect, but could go very far if it considers not just opening up the effect engine, but also what is need to implement keyframeable timelines, vector graphics and sound. Imagine if you could do all this in REBOL: save %show.r some-show show: read %show.r present show ...with an option to also write... save/swf %show.swf show ; <= save REBOL show to Flash SWF file ./jason