I have been moving onto other programming languages and I have been wondering:
1.Are Variables and Lists dynamically created,or is there an Array which contains variable and values?
2.Is squeak object-oriented? can you,for example,create your own object and assign values and functions to it?
3.Are broadcasts just functions that you dynamically created?
4.How hard would it be to create a Flash compiler for Scratch like you have with Java? Would it even be possible?
Thanks,
Tcb
Offline
1 In scratch arrays are created when you code it, but can be modfied
2. Squeak is based on small talk - small talk is the definition of object orientated
3. Not sure
4. I understand they made a C compiler for flash - I would start with that and try to find code that ran a squeak image. How hard no idea.
Offline
Mike_W wrote:
1 In scratch arrays are created when you code it, but can be modfied
2. Squeak is based on small talk - small talk is the definition of object orientated
3. Not sure
4. I understand they made a C compiler for flash - I would start with that and try to find code that ran a squeak image. How hard no idea.
Do you know what objects there are? I mean, If objects are what they are in other languages,that would allow you to create a scratch variable with the value new Image()
or new Sprite() or something like that,and control sprites on our own from a variable!
Offline
Scratch does not do that. I was unclear if you were talking about scratch - or other langauges
Offline
tcb wrote:
How hard would it be to create a Flash compiler for Scratch like you have with Java? Would it even be possible?
There is an alpha version of a Scratch>Flash player here. It doesn't seem like it has been worked on for a while, though.

Offline
fullmoon wrote:
tcb wrote:
How hard would it be to create a Flash compiler for Scratch like you have with Java? Would it even be possible?
There is an alpha version of a Scratch>Flash player here. It doesn't seem like it has been worked on for a while, though.
it is actually broken now for some reason.
Offline
fruit wrote:
fullmoon wrote:
tcb wrote:
How hard would it be to create a Flash compiler for Scratch like you have with Java? Would it even be possible?
There is an alpha version of a Scratch>Flash player here. It doesn't seem like it has been worked on for a while, though.
it is actually broken now for some reason.
It's a shame i didnt seee it while it was working...it seems it was for a bit!
Offline