• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: iChat status message scroll
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: iChat status message scroll


  • Subject: Re: iChat status message scroll
  • From: Gnarlodious <email@hidden>
  • Date: Sun, 25 Jul 2004 11:58:14 -0600

Cool! But why does it use 100% of my processor?

-- Gnarlie


Entity Matyas Ferenc Farkas spoke thus:

> -- idea and script: email@hidden
> set a to every character in ":) ;) :( :/ :O :D :* :P :[ 8) >:O O:) :'(
> :X :$ "
> set h to ""
> set i to 1
> set c to count every item in a
> repeat
> repeat with n from 1 to c
> repeat with m from 1 to c
> set h to h & item i of a
> if (n = 1 or n mod c = 1) and i = (c) then
> set i to i - (c - 2)
> else if i = (c) then
> set i to i - (c - 1)
> else if m = c then
> set i to i + 2
> else
> set i to i + 1
> end if
> end repeat
> tell application "iChat"
> delay 0.09
> set status message to h & ""
> set h to ""
> end tell
> end repeat
> set i to 1
> end repeat
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.


  • Follow-Ups:
    • Re: iChat status message scroll
      • From: LuKreme <email@hidden>
References: 
 >iChat status message scroll (From: Mátyás Ferenc Farkas <email@hidden>)

  • Prev by Date: Re: Making folders and files as non-admin user [WAS: Re: Privileged shutdown]
  • Next by Date: Re: Getting the default language with AppleScript
  • Previous by thread: iChat status message scroll
  • Next by thread: Re: iChat status message scroll
  • Index(es):
    • Date
    • Thread