X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=doc%2Ffileformat.sc;h=1392154c1b4cdb40770ac1d802d6a202a497f7dc;hb=a8f844bfc977266610e63963a62de232d18d8a1a;hp=e0a7a14d197071924dcc70299f56669981c5809c;hpb=30bfc3679958e00a3cc12edc8741a10e187d6fa0;p=swftools.git diff --git a/doc/fileformat.sc b/doc/fileformat.sc index e0a7a14..1392154 100644 --- a/doc/fileformat.sc +++ b/doc/fileformat.sc @@ -240,14 +240,14 @@ .png stoplogo "Stop.png" #TODO .button playbutton - .put play as=shape - .put play as=area - .put play_pressed as=pressed - .put play_pressed as=hower + .show play as=idle + .show play as=area + .show play_pressed as=pressed + .show play_pressed as=hower .end .button playbutton2 - .put play as=shape + .show play as=idle .on_press inside .on_release inside .on_release outside @@ -261,8 +261,8 @@ .end .button mybutton - .put play as=shape - .put obj1 x=300 y=400 scale=110% pivot=center + .show play as=idle + .show obj1 x=300 y=400 scale=110% pivot=center as=pressed .end @@ -275,17 +275,17 @@ # button which is blue, get's green when the mouse hovers over it, and # white when it is pressed: .button b1 - .put blueshape as=idle - .put greenshape as=hower - .put whiteshape as=press + .show blueshape as=idle + .show greenshape as=hower + .show whiteshape as=press .end # button where the button position is not identical to the active area: .button b2 - .put activearea as=area - .put blueshape as=idle - .put greenshape as=hower - .put whiteshape as=press + .show activearea as=area + .show blueshape as=idle + .show greenshape as=hower + .show whiteshape as=press .end # (if area is not set, it's the same as shape) @@ -293,9 +293,9 @@ # the above put into use: pop up a window if the mouse cursor enters a certain # area: .button b3 - .put activearea as=area - .put emtpyshape as=idle - .put window1 as=hower + .show activearea as=area + .show emtpyshape as=idle + .show window1 as=hower .end # fonts @@ -336,7 +336,7 @@ .put o1=obj1 #TODO .put o2=obj1 below=o1 x=50 #TODO -.frame #TODO +.frame .change o1 #TODO .change o2 above=o1 x=50 #TODO