Creating a Squeak movie header.

Ned Konz ned at bike-nomad.com
Sun Dec 16 20:47:14 UTC 2001


On Sunday 16 December 2001 08:14 am, karl.ramberg at chello.se wrote:

> But now I changed around the code to use variables for the frame number,
>
> width and height but I get confused when I'm trying to  write the line
>
> 	#(22 320 240 16 27 100000) , (7 to: 32)  and replace with the
> variables:
>
> 	#(22 x y 16 frames 100000) , (7 to: 32)
>
> I just don't understand how I should do this

You could use the {} syntax:

{ 22. x. y. 16. frames. 100000 }, (7 to: 32)

-- 
Ned Konz
currently: Stanwood, WA
email:     ned at bike-nomad.com
homepage:  http://bike-nomad.com




More information about the Squeak-dev mailing list