script
Welcome to the 'script' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'script'.
Are you an expert about 'script'? Do you want to be the Technorati authority on 'script'? You can write a description that will appear right here:
Join Blogcritics!
Latest blogosphere posts tagged “script”
-
Running help.
kirupaForum —
Authority: 134
Okay so I was watching a tutorial and he gave me this actionscript, I tested it and it worked. but when I press shift I dont want my character to stay the same I want my character to do a running animation instead of the standard walking, how would I do that? I am using Flash 8 BTW Below is my actionscript for my ...2 hours ago -
sound in objects
kirupaForum —
Authority: 134
I am making a platformer game, and I have money I pickup. How do I have the money make a sound when I pick it up? I am using flash 82 hours ago -
RoboUpdate! MGM Hires New Screenwriter For RoboCop Reboot!
Perez Hilton —
Authority: 668
Cant say were entirely surprised to hear this. The guy they previously hired to work on the script was a newcomer, after all! Back in November, RoboCop reboot director Jose Padilha gave us LOTS of updates on his upcoming RoboMovie, which was originally being written by first-time screenwriter Josh Zetumer . ...23 hours ago -
1million Dollar pixel script Modifications!! by ThisWebGuy
Freelance Projects Online —
Authority: 168
Hey, I need some modifications made to this script: http://www.milliondollarscript.com/ I will need 2 copies for 2 different sites: Copy 1 modifications: Let users subscribe to my email list (mail chimp) when purchasing… (Budget: $30-$250 USD, Jobs: AJAX, HTML, PHP, Script Install, Website Design) Place bid23 hours ago -
Difference between sort(), asort() and ksort in php
Programming Help —
Authority: 119
Difference between sort(), asort() and ksort in php sort(): sorts an array by the values. Syntax sort(arr,type) Example: $arr = array("a" => "Blue", "b" => "White", "c" => "Orange"); sort($arr); print_r($arr); ?> Output : Array ( [0] => Blue [1] ...1 day ago -
Flash AS3 CS4 Scripting issues DVD reproduction.
kirupaForum —
Authority: 134
My first project in flash, I thought it would be a simple one. I am re creating a training DVD in flash (With newer content) It is essentially a website with navigation between single frames with flv externally imported videos. I have created the project and all accompanying FLV videos to be 1280x1024. This was ...1 day ago -
Unknown child calling father
kirupaForum —
Authority: 134
Hi, I have an absurd problem here: I have class A and a child instance of class B: B calls a function of parent class A, and if I try to simply trace B from here (from inside the function in A) I get a null! If I pass B as a parameter to the function in A and trace it is correctly show the class type, but tracing ...1 day ago -
HTML5 Basics: doctype, Charset, CSS, Script,
Dowawado About Microsoft —
Authority: 112
A few quick things about html5 (from the excellent book Head First HTML5 Programming ): 1. Doctype Before: #8220;-//W3C//DTD HTML 4.01//EN” “http://www.w3.org/TR/html4/strict.dtd”> After: Not only is this the doctype for HTML5, it’s the doctype for every future version of HTML. In other ...1 day ago -
Odd behavior from iframe in IE8 on XP
kirupaForum —
Authority: 134
Hey guys My dad threw this issue at me. Hes developing a site using ASP.NET, which uses an iframe to display sub-pages. Basically, the master page uses JS to adjust the iframes height, and the contentpage inside the iframe calls said JS with whatever height it has. This works, as long as were on the same domain. We ...1 day ago -
Events in Pune this weekend
The Punekar —
Authority: 118
The first weekend of February has quite a few things in store for you. From the India Haat at The Bombay Store to great treats for the foodies...There is also a workshop on Indian Sign language. Read... Click the article headline for the full article.1 day ago -
Bitmapdata.draw() doesnt work with Blend modes !
kirupaForum —
Authority: 134
Hello guys, I am trying to save an image from flash, just load a image into flash place some decorative clip art and then save the image to the disk. I was able to do this via BitmapData + PNGEncoder + FileReference. Now as an experiment I have introduced new clip sprites for decoration, where in each of these ...1 day ago -
Flash TypeError: Error #1010, while accessing a movieclip from another movieclip as3?
kirupaForum —
Authority: 134
I have got two movieclips on the main timeline. First one is envelope_mc and second is bg_main. In envelope_mc timeline there is a button on 25th frame which plays ahead when clicked. Heres the code for first movieclip: Code: on_btn.addEventListener( MouseEvent .CLICK, playAhead); function playAhead( event ...2 days ago -
Install Rayzz Script
Get a Freelance Job —
Authority: 154
I have uploaded the files…and I need someone familiar with Rayzz script to install encoders and set cron jobs and get script working well3 days ago -
Seo For Websites Directory And Rank Aggregator 2
Get a Freelance Job —
Authority: 154
We need SEO professional company to help increase traffic and SERP for our website “websites directory and rank aggregator”, and build 200 PR4+, HIGH QUALITY, RELATED backlinks. GUIDELINES: – Links MUST be on PAGES with PR4+, not a domain of PR4+. – Our websites is in multi-language, thus linked pages must ...3 days ago -
Php Script For Managing Files Through Web Interface
Get a Freelance Job —
Authority: 154
We need a simple PHP script, which will allow to manage a files in a set of folders through web interface. We have about 1000 files in up to 10 different folders on your web server. Sometimes we need to allow to someone (3rd party contractor) to edit one or more of them. When the editation is complete, we want to ...3 days ago -
The class or interface of MouseEvent could not be loaded.
kirupaForum —
Authority: 134
Hi! I am new in flash. I am using Flash CS4 - AS2. I am currently doing this gallery with prev and next button. But i got this error message.. "The class or interface of MouseEvent could not be loaded." It says that i am having a problem with the functions that I have. stop(); ...4 days ago -
Command Line Scripts [del.icio.us]
General Musing on posterous —
Authority: 128
- January 30, 2012 at 11:39AM4 days ago -
Customising E-Commerce Sites For All Mobile Devices
Silicon Beach Training Blog —
Authority: 103
With the number of new portable and mobile devices being used to access the web on the rise, web developers have to be able to cater for all of these to create successful e-commerce sites. This guest post explores some of the main features of e-commerce sites that need to be cross-compatible and ubiquitous across ...4 days ago -
The SFX Weekender 3
pornokitsch —
Authority: 108
The Weekender is drawing nigh, and Pornokitsch is here to help! Weve journeyed down to Rye the last two years, but the Weekender is being held at a new location this year - Prestatyn, in Wales! Here are some exciting Prestatyn facts you may wow your roommates with: Prestatyn has been inhabited since prehistoric ...4 days ago -
Tutorial: Naming via Class, ID, and Name
kirupaForum —
Authority: 134
Hi everyone, This is the best place in town to discuss anything regarding the Naming via Class, ID, and Name tutorial :) Cheers, Kirupa :beam:4 days ago


Follow Technorati