action script
Tag details
Welcome to the 'action script' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'action script'.
Latest blogosphere posts tagged “action script”
-
Mac dock in two dimensions
kirupaForum —
Authority: 167
Im looking for an example or script of a mac dock type interface with objects in a grid rather than on a line. Anyone seen such a thing?3 hours ago -
TypeError: Error #1009 HELP
kirupaForum —
Authority: 167
Keep getting this output error when I test my movie. I started with the first button(Facebook) and then copied to the second button(myspace). Why does it error, if nothing is different? Here is my code.. import flash.events.MouseEvent; var getFacebook:URLRequest =new ...3 hours ago -
adding separate actions to two duplicateMovieClip instances
kirupaForum —
Authority: 167
someone please offer me a little help here? no one seemed to want to help in the two other AS forums... ive inherited a flash clip im editing for a client where a button is duplicated when the file opens, creating two separate buttons like this: Code: function create_menu():Void { position_x = i % ...5 hours ago -
I Suck At AS3 - Please Help!
kirupaForum —
Authority: 167
I am trying to create a slider that when changed either adds icons or subtracts icons. But I suck. Here is what I got: Code: package { import flash.filters.*; import flash.ui.*; import flash.display.*; import flash.events.*; import fl.transitions.*; ...5 hours ago -
AIR Open external file
kirupaForum —
Authority: 167
Hi there! I am building an Air app with Flash CS4 AS3 and I wonder how can I launch an external file located on my local hdd. For example, Ild like to shutdown.exe -s -m -f -t 1 Or just open C:\program files\winamp\winamp.exe How can I do this with ActionScript 3 ? Thanks !8 hours ago -
save code generated animation
kirupaForum —
Authority: 167
hello i was wondering whether it is possible to turn code generated animation (like those made by tweening engines) into frames in order to consume less cpu. thanks, michael9 hours ago -
AS3 Courses
kirupaForum —
Authority: 167
Hello, I hope this is not an inappropriate question for this forum. Has anyone attended an in-residence AS3 course? 3 to 5 days. Beginner to intermediate. I am looking around at some different places but thought I would ask here to try to insure finding a quality course. I am in the New England area by the way. ...9 hours ago -
clicktag, clicktarget to a button
kirupaForum —
Authority: 167
Hi, I have a button with a link to my hompeage. but I want to insert a clicktag, clicktarget to y link. How do I do that in Actionscript 3? Right now, my code, without clicktag, looks like this: inv_btn.addEventListener(MouseEvent.CLICK, invBtnClicked); function invBtnClicked(e:MouseEvent):void { var ...9 hours ago -
Help in modifying 3D Carousel Behaviour
kirupaForum —
Authority: 167
http://theflashblog.com/?p=188 Ive read/viewed this tutorial and I want to tweak its behaviour to suite these requirements: - Carousel must be static unless one of the icons are clicked. - When an icon is clicked, the carousel must rotate until the clicked icon is on the center of the carousel (6 Oclock of the ...10 hours ago -
Flex/ActionSript Developer: ADOBE Romania
FLEX{er} —
Authority: 104
Job description On this job, you would: Work in a great team of engineers Be responsible for analyzing, designing, programming, debugging, and modifying for software/application enhancements and production Completing documentation and procedures for installation and maintenance May interact with users to define ...11 hours ago -
rmtp net connection issue
kirupaForum —
Authority: 167
Hi Guys, I am having a problem when trying to build a video player which connects to a rmtp stream. I have spent ages looking into this and still cant see where i am going wrong. Here is my code PHP Code: var video : Video = new Video ( 320 , 240 ); addChild ( video ); ...12 hours ago -
MovieClip brightness
kirupaForum —
Authority: 167
i have imported the package:- import fl.motion.*; & trying to trace the brightness of myFrame(which is instance name of my MovieClip) as trace(myFrame.brightness); to my surprise it shows undefined, what could be left undone in this simple statement ?13 hours ago -
Saving ASDoc info AS XML
kirupaForum —
Authority: 167
Well, I could sift through all HTML pages and write code that extracts the information, or even start from scratch and do the same for AS files, but Id rather not. I would like to use the ASDoc information from one set of classes in another SWF. Is there any way to export all the ASDoc information to XML format, or ...14 hours ago -
Loaded swf interfering with main timeline.
kirupaForum —
Authority: 167
Hello there. Just wondering if anyone can help me out with a problem, its been driving me nuts. I have a main flash movie, which Im using to display various other smaller swfs. Script used is: loadMovie("swf/movies/moviename.swf", "p2"); This is loading the swf into a correctly sized and placed movieclip with ...18 hours ago -
Correct syntax for this XML operation
kirupaForum —
Authority: 167
I have an XML menu that has submenu items I am trying to display properly. If the "item" node contains child nodes named "subitem" then the subitem text is displayed as the submenu. My current submenu code looks like this: Code: var textData:XML = XML(event.target.data); var ...18 hours ago -
Flash and Vector Graphics
kirupaForum —
Authority: 167
When you draw things in Flash CS3 IDE, youre creating vector graphics. I like to use another program, called Inkscape, which also lets you draw vector graphics. (Inkscape is the open source answer to Adobe Illustrator from what I hear). Since Inkscape has a few more advanced features than Flash (and I just like it ...20 hours ago -
[Flash8] Problem getting sound to play when Keyboard button is hit
kirupaForum —
Authority: 167
I think worded the question wrong or posted in the wrong catagory I keep geting error messages with this code in AS2.0 Code: if (key.isDown(key.getCode(81))) { _root.samplesound=new Sound(); _root.samplesound.attachSound("sample1") _root.samplesound.start(.1, 0); } if (!key.isdown(81)) { sound.stop(); ...22 hours ago -
Proof-of-Concept Programming
kirupaForum —
Authority: 167
Alright so Im working on a proof-of-concept escape game and I need a little help with the programming. Im new to AS3, so keep your replies simple so I can understand them =P First of all, when switching scenes by clicking btn_larrow, I am using: Code: stop(); btn_larrow.addEventListener(MouseEvent.CLICK, ...23 hours ago -
Need HELP Targeting a Movieclip inside a Scroll pane [AS3]
kirupaForum —
Authority: 167
Hi, I have been searching for an answer to this and cant seem to find one for AS3: I have a scroll pane component that dynamically loads a movie clip from my library. This movie clip has buttons inside that I would like to access from my main timeline. I cant figure out what my target path should be (for AS3). In ...1 day ago -
cross domain policy woes
kirupaForum —
Authority: 167
So I thought, shouldnt be much of a trouble to connect to a socket server from a different domain.Oh boy how wrong I was! After several days of frustration, looking over multiple love docs, boards, etc, you get the picture I really havent gotten anywhere figuring out why its not working. My connection routine is ...1 day ago

