r3wp [groups: 83 posts: 189283]
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

World: r3wp

[Rebol/Flash dialect] content related to Rebol/Flash dialect

james_nak
5-Oct-2005
[69]
Thanks Oldes, I finally got it and now can learn! How cool. I was 
downloading everything but this doc. : ^)
Volker
5-Oct-2005
[70]
where is he difference between rswf and mtasc?
Oldes
7-Oct-2005
[71x2]
Was just checking it a little bit, and it looks that the mtasc is 
pretty complicated. First action script I wanted to compile using 
mtasc was not compiled successfully:) The biggest difference is, 
that the mtasc is only ActionScript compiler, but in my dialect one 
can compile everything (shapes, sprites, images, sound). You must 
use swfmill or how they call it to compile such a things (and it's 
using XML so I thing it's not much useful for making complete application 
in it (as I do).
I would like to make new pages for RSWF dialect during the weekend.
james_nak
7-Oct-2005
[73]
That's great!
Oldes
11-Oct-2005
[74x4]
The new site is here: http://box.lebeda.ws/~hmm/rswf/
I have problems with update of the old site:(
The dialect file have been updated a little bit, use: do http://box.lebeda.ws/~hmm/rswf/rswf_latest.r
to make sure that you are using the latest one
james_nak
11-Oct-2005
[78x2]
Thank  you Oldes! Your work is very much appreciated.
Nice page too.
Brett
12-Oct-2005
[80]
Oldes: I've updated codeconscious.com for your new link. Linking 
to old and new now.
Oldes
12-Oct-2005
[81]
Thanks, the dialect file updatet a little bit again and there are 
3 new (flash8) examples
Oldes
13-Oct-2005
[82x2]
And again updated (fixed conversion of 4digit-issues/tuples), 2 new 
examples.
http://box.lebeda.ws/~hmm/rswf/index.php?example=145
james_nak
13-Oct-2005
[84]
Once again thanks.
Oldes
18-Oct-2005
[85]
and updated again, current version 1.0.4 (make sure you use the rswf_latest.r 
file with the new examples (there are two more of them)
james_nak
18-Oct-2005
[86]
Excellent.
Oldes
18-Oct-2005
[87]
hmm, should say 3, I forgot the second version of the color picker 
to upload, now it's here as well http://box.lebeda.ws/~hmm/rswf/index.php?example=148
james_nak
18-Oct-2005
[88]
Thanks.
Oldes
23-Nov-2005
[89x2]
I already posted it to rebcode group as it's rebcode which allowed 
me to this, but will like to post it here as well, because the main 
reason was to improve the Rebol/Flash dialect again....

Maybe you know that in Flash you can have embedded outlined fonts 
(independend on system) Most of the font's looks blury if you use 
them as outlines so you must use special fonts to get non blured 
pixel precision fonts. I was using some font editor just to see, 
that it's pretty difficult to make such a font so I decided it would 
be good to have possibility to make such a font just in any graphic 
editor - as a bitmap and comnvert it to pixels. Here is the result:


do http://box.lebeda.ws/~hmm/rebol/projects/font-tools/latest/test.r
sorry for my terrible english (I should read the text before I press 
enter:)  I meant convert bitmap (pixels) to vectors
james_nak
23-Nov-2005
[91]
I'll check it out. Thanks.
Alek_K
24-Nov-2005
[92]
BTW - see SimpleFont http://www.simplefont.com/(font editor)
Oldes
24-Nov-2005
[93]
interesting, this one I haven't known, for me it's enough what I 
have (anyway it looks that you cannot make subpixel fonts with this 
editor and you must do the tracing by hand:)
Alek_K
24-Nov-2005
[94x2]
well - there is another tool for that :) PixFont - http://www.kgroup.ru/
Anyway - you made great job!
Oldes
24-Nov-2005
[96x3]
I was thinking about making visual editor as well, but don't think 
it's so important, I have my font and that's enough for now:)
maybe I could hack the trutype spac to have possibility to save the 
font as a TTF as well
(spac = specification)
Alek_K
24-Nov-2005
[99]
It could be good commercial product to sell :) There are many users 
- and most free fonts are english only (same with tools for making 
fonts from handwriting f.e.).
Oldes
24-Nov-2005
[100]
hm, but you make 3 fonts and then nobody will need it:) there is 
not many possibilities to make something original in 7x8 pixel grid:) 
and yes, the main reason was, that there are no font's with diacritics 
for my language (even the commercial one don't have it)
Alek_K
24-Nov-2005
[101]
I thought about tool for localization :) AFAIK both SimpleFont and 
PixFont are unique on market. Curious - how many software they sold?
Oldes
24-Nov-2005
[102]
I don't know
james_nak
28-Feb-2006
[103]
Oldes, I'm still amazed at this dialect and the sites you have created. 
I wonder if you have a list of the commands that are being used. 
I've been going through the examples to try to figure out what does 
what but it seems like a list would be faster. Thanks.
Oldes
1-Mar-2006
[104x2]
i will do it one day:-)
Interesting, just found this page: http://www.langreiter.com/exec/yahoo-vs-google.html?q=rebol
JaimeVargas
1-Mar-2006
[106]
Thats really cool.
james_nak
1-Mar-2006
[107x2]
That's weird.
Oldes, I downloaded the ActionScript pdf which seems to be the very 
much related to the dialect examples. Is that correct?
Volker
1-Mar-2006
[109]
Are there other differences between real actionscript and dialect? 
(syntax)? Or is it possible to write an importer? And would it make 
sense, or does one write anyway everything by himself?
james_nak
1-Mar-2006
[110]
Volker, I've just begun to really get into the dialect so I can't 
comment on how one "translates" the actionscript into it, however, 
the actionscript pdf is at least a start into trying to figure out 
the examples.

At this point, I am taking one of the examples from the flash actionscript 
pdf and rework it into the dialect form. Before I had this documentation 
I was just guessing at the whole process.
james_nak
2-Mar-2006
[111]
Oldes, you what would be helpful is an actionscript example translated 
into the dialect so we could see the differences.
Oldes
2-Mar-2006
[112]
The main difference is, that I use variable: value instead of variable= 
value :) and do not use commas to divide arguments
james_nak
2-Mar-2006
[113]
is that it?
Oldes
2-Mar-2006
[114x2]
and cannot use array[index] but must use pick array index
and do not use for(i=0;i<sz;i++) but use for i sz 1 []
james_nak
2-Mar-2006
[116]
Do you have any examples where you have translated actionscript?
Oldes
2-Mar-2006
[117]
I don't know what you mean translated actionscript. All content of 
DoAction [] tag is something like action script
james_nak
2-Mar-2006
[118]
I see. What I mean is taking an actionscript example and converting 
it to your dialect. Right now I'm trying to make a simple "slideshow" 
with fades and I found some actionscript examples. That being said, 
just you saying that the DoAction[] is somewhat like Actionscript 
takes some mystery out of the process.