This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2011-03-28 22:46:46

kayybee
Scratcher
Registered: 2009-12-07
Posts: 1000+

Flash>Screensaver

Does anyone know of a program to convert a flash file to a screensaver on a mac for free?

Offline

 

#2 2011-03-28 22:51:35

TVflea
Scratcher
Registered: 2010-08-14
Posts: 1000+

Re: Flash>Screensaver

kayybee wrote:

Does anyone know of a program to convert a flash file to a screensaver on a mac for free?

nope. impossible


-iNetMaster-'s not dead, get used to it. ! big_smile .
http://is.gd/YrQzXX

Offline

 

#3 2011-03-28 23:14:40

kayybee
Scratcher
Registered: 2009-12-07
Posts: 1000+

Re: Flash>Screensaver

How do you know?!?!

Offline

 

#4 2011-03-28 23:15:26

ihaveamac
Scratcher
Registered: 2007-09-22
Posts: 1000+

Re: Flash>Screensaver

TVflea wrote:

kayybee wrote:

Does anyone know of a program to convert a flash file to a screensaver on a mac for free?

nope. impossible

Because you never googled it.


~ihaveamac - visit ihaveamac.net

Offline

 

#5 2011-03-28 23:30:46

fullmoon
Retired Community Moderator
Registered: 2007-06-04
Posts: 1000+

Re: Flash>Screensaver

I've looked through quite a few, and none of them seem to work with Snow Leopard.  sad


http://i302.photobucket.com/albums/nn100/fullmoon32/wow.jpg

Offline

 

#6 2011-03-28 23:32:05

kayybee
Scratcher
Registered: 2009-12-07
Posts: 1000+

Re: Flash>Screensaver

fullmoon wrote:

I've looked through quite a few, and none of them seem to work with Snow Leopard.  sad

Yeah, me too.

BTW, this is for the ScratchSaver.

Offline

 

#7 2011-03-28 23:37:27

ihaveamac
Scratcher
Registered: 2007-09-22
Posts: 1000+

Re: Flash>Screensaver

fullmoon wrote:

I've looked through quite a few, and none of them seem to work with Snow Leopard.  sad

If it says 10.5 (Leopard) and/or 10.6 (Snow Leopard), it should work.


~ihaveamac - visit ihaveamac.net

Offline

 

#8 2011-03-28 23:38:32

fullmoon
Retired Community Moderator
Registered: 2007-06-04
Posts: 1000+

Re: Flash>Screensaver

There is a way to do it by installing the AIR file and then a Mac screensaver called ScriptSaver which runs AppleScript files when the screensaver activates. You can direct it to a "launch screensaver" AppleScript file containing this:

Code:

tell application "ScratchSaver"
  activate
end tell

It works, sorta, but it sure would be nice to have a one-click install package.  hmm


http://i302.photobucket.com/albums/nn100/fullmoon32/wow.jpg

Offline

 

#9 2011-03-28 23:41:43

fullmoon
Retired Community Moderator
Registered: 2007-06-04
Posts: 1000+

Re: Flash>Screensaver

ihaveamac wrote:

fullmoon wrote:

I've looked through quite a few, and none of them seem to work with Snow Leopard.  sad

If it says 10.5 (Leopard) and/or 10.6 (Snow Leopard), it should work.

It's weird, but one of them claims to work with 10.5 but doesn't work at all with 10.6. I understand they've done major graphics architecture upgrades for Snow Leopard but it bugs me that Intel-based software isn't playing nice between versions of the same OS.


http://i302.photobucket.com/albums/nn100/fullmoon32/wow.jpg

Offline

 

#10 2011-03-28 23:44:51

kayybee
Scratcher
Registered: 2009-12-07
Posts: 1000+

Re: Flash>Screensaver

fullmoon wrote:

There is a way to do it by installing the AIR file and then a Mac screensaver called ScriptSaver which runs AppleScript files when the screensaver activates. You can direct it to a "launch screensaver" AppleScript file containing this:

Code:

tell application "ScratchSaver"
  activate
end tell

It works, sorta, but it sure would be nice to have a one-click install package.  hmm

Why don't you just put that on the thread first, and when (or if) we find one, we can use that one...

Offline

 

#11 2011-03-29 11:56:27

TheSuccessor
Scratcher
Registered: 2010-04-23
Posts: 1000+

Re: Flash>Screensaver

You can easily get a free Flash to exe converter, and then you just have to change the file extension to scr.


/* No comment */

Offline

 

Board footer