Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: largeScript Project - Need HE  (Read 6108 times)

0 Members and 1 Guest are viewing this topic.

ctdwyer

    Topic Starter


    Newbie

    • Experience: Experienced
    • OS: Windows 7
    largeScript Project - Need HE
    « on: October 07, 2014, 10:07:25 PM »
     Hi.

    Okay so I currently have a project due for school.
    We are working with scripts.
    I created a small script within photoshop.
    I somehow have to get this script to only show one image at a time with a background backdrop.

    The project essentially has a vintage TV with news/ certain topics flashing on the screen with an influencial backdrop.
    What I chose (and really need to have this figured out) is downfall in hollywood with the background as the hollywood sign in destruction. The channels are flashing news of stars who have lost their way.


    i don't know what other information to include... this is my script and the background I wish it to be infront of.

    [attachment deleted by admin to conserve space]

    DaveLembke



      Sage
    • Thanked: 662
    • Certifications: List
    • Computer: Specs
    • Experience: Expert
    • OS: Windows 10
    Re: largeScript Project - Need HE
    « Reply #1 on: October 07, 2014, 10:46:38 PM »
    One method is a use of java script to cycle through the images with a timer to switch out the picture after so many seconds.

    Are java scripts what you are working with at school?

    A java script to do this can be easily found on the web or created from scratch if you know how to code in this scripting language.

    Here is a way to do it with Javascript. You will need to alter it as needed for your needs. The biggest things to pay attention to are file names that are called out and the timeout interval which is the time delay between image changes. http://stackoverflow.com/questions/3264739/image-change-every-30-seconds-loop


    ctdwyer

      Topic Starter


      Newbie

      • Experience: Experienced
      • OS: Windows 7
      Re: largeScript Project - Need HE
      « Reply #2 on: October 08, 2014, 07:13:07 AM »
      Would you mind helping me? You can email me at

      « Last Edit: October 08, 2014, 04:06:51 PM by Allan »

      Geek-9pm


        Mastermind
      • Geek After Dark
      • Thanked: 1026
        • Gekk9pm bnlog
      • Certifications: List
      • Computer: Specs
      • Experience: Expert
      • OS: Windows 10
      Re: largeScript Project - Need HE
      « Reply #3 on: October 08, 2014, 09:26:50 AM »
      A couple of reminders.
      Users should not put tn email  address  in a post.
      Helping anybody do  homework has some limits.
      A large hunk of information has already been posted on JavaScript.
      http://www.computerhope.com/search2.htm?cx=partner-pub-3999293766533555%3Aelr5q296e0z&cof=FORID%3A9&ie=ISO-8859-1&q=javascript

      Allan

      • Moderator

      • Mastermind
      • Thanked: 1260
      • Experience: Guru
      • OS: Windows 10
      Re: largeScript Project - Need HE
      « Reply #4 on: October 08, 2014, 04:07:40 PM »
      I deleted your email address. First, all help is done on the forum, not by email. Second, you should never post your email address on a public forum. There are bots that gather email addresses for spammers.

      Geek-9pm


        Mastermind
      • Geek After Dark
      • Thanked: 1026
        • Gekk9pm bnlog
      • Certifications: List
      • Computer: Specs
      • Experience: Expert
      • OS: Windows 10
      Re: largeScript Project - Need HE
      « Reply #5 on: October 08, 2014, 08:53:13 PM »
      Th OP may want to study this video:
      JavaScript Slide Show
      There are variations on this.