actionscript

Tag details

Welcome to the 'actionscript' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'actionscript'.

Are you an expert about 'actionscript'? Do you want to be the Technorati authority on 'actionscript'? You can write a description that will appear right here: Join Blogcritics!

Look up Offsite Link "actionscript" at The Free Dictionary

Original Technorati articles tagged “actionscript”

Latest blogosphere posts tagged “actionscript”
 

  • Help in AS - Display ads


    Authority Authority:
    Hello guys, I need your help in resolving my issue. Attached herewith is the FLA and SWF of an online ad im trying to build. Heres what I want to achieve: • When user clicks on "Start Now" button, 3 survey templates animates with intervals set to 4 seconds each. I managed to do that. • Now my client wants a ...
    6 days ago
  • AS2 setInterval - issue resetting my intervals


    Authority Authority:
    Im creating a game for a rich media banner and it has a bunch of bubbles in a grid. The bubbles then randomly get activated so that the player can click on them. Once a bubble is activated there is a countdown before that bubble becomes no longer clickable. Everything in my code is working find the first time it runs ...
    6 days ago
  • Image Filters for Flash Application


    Authority Authority:
    Hello everyone, I am developing a Flash image application which inputs an image and applies different effects to it like Black/White, Sketch, Greyscale, Sepia etc. I have been able to create a few of them .. But I am not able to create more .. some like Nightvision, Nostalgia (With darkened border on the image ...
    6 days ago
  • Web Atoms JS – More Markup – Less Code


    Authority Authority:
    Here comes just another JavaScript framework, well new complicated syntax, lots of new methods and lots of complex JavaScript files to manage? Certainly not, pain of JavaScript is real, and it is also the only option. Mission of Web Atoms Not to Invent a New Language Use more Markup and Less Code (Less Script) ...
    1 week ago
  • Easily make level design of physics games with Bisonkick


    Emanuele FeronatoAuthority Authority: 125
    Do you remember Bisonkick ? I already blogged about it almost three years ago , it was an easy way to design levels for physics games, and during this time the project evolved a lot, including a bunch of new features such as: Cloud space : your designs can be saved in the cloud service provided by Bisonkick and ...
    1 week ago
  • Flash Using the Components


    Authority Authority:
    Hello All, I have a small issue in Flash. I have composed a message in the text input component. When I click the button the message is transferred over and displayed in the text area. Thats works fine! However, I have small problem the message is still visible in the text input component. I want it to be removed as ...
    1 week ago
  • Problem checking if a image exist before loading another image


    Authority Authority:
    Hi guys , Im new in flash and im having a problem using conditional statments in AS2. Im trying to load a new image depending on the image that is allready inside the movieclip. What seems to happen is that flash isnt verifying the statments that I have in my code and so thr images dont load correctly acorrding to ...
    1 week ago
  • Flash Preloader Not Work well with External Video


    Authority Authority:
    hi , i use a preloader for my project for a while ... this time i have extrenal Video file in frame 2 ( as always preloader in frame 1 must load and goes to 100% to go to and play Frame 2 ) but it seems most of preloader i test have problem and in test movie i get the blank screen for a while and then movie appear ...
    1 week ago
  • AS3 Drawing an animation chart real time


    Authority Authority:
    Hello --AS3 programming Beginner-- Im trying to make a chart in AS3 like trading chart. It should be a pattern that known before so I could know always what is the X axis and Y axis. All I succeeded is to draw a line but I want it to be more interesting like zigzag or something like that go up and down... finally ...
    1 week ago
  • inherit color from one image to another.


    Authority Authority:
    Im currently experimenting with having one image inherit the colour from one image to another. Ive done it before, but unfortunately I forgot how I did it. (In PSD there is a function called match colour, so I want to do something similar to that) Im taking this conceptual route with two images: 1. Blur images ...
    1 week ago
  • [Flash8] Help needed with as2


    Authority Authority:
    Ive a feeling this is a simple one. I have a number of buttons for which I generate very similar functions, for instance the machineW1 button generates a function which contains introduceMachine(1), machineW2 button is introduceMachine(2) etc etc. So I decided to simplify things by using a for loop to create the ...
    1 week ago
  • Loading bitmap and change aspect ration


    Authority Authority:
    Hi! Is it possible to first create a square Code: var myBitmapDataObject:BitmapData = new BitmapData(1024, 1024, false, 0xFFFFFF); then load a image and draw it on top of the same BitmapData to create a square BitmapData and by this way change the aspect ratio without distorting the image. Thanks!
    1 week ago
  • Why can the car still drive through the walls?


    Authority Authority:
    Hello, Im making a simple cargame and I try to fix the collision detection right now. I have kind of fixed so the car slows down when touching walls and if you touch the walls, it rotates with 5. Here is all my code: https://www.dropbox.com/sh/tp50xec8ttfwq38/V90H3dSges . But in some places you still can drive ...
    1 week ago
  • Flash Need to use flash vars to name file in php


    Authority Authority:
    hello, Im having issues setting a file name for an flv in PHP using flash vars . Ive tried multiple methods and nothing works. I believe the issue to be with how the data is sent to php, using urlLoader.dataFormat = URLLoaderDataFormat.BINARY; which I cant attach vars from flash to without it compiling all the data ...
    1 week ago
  • Flash TLFTextField vertical scroll - scrollV not working?


    Authority Authority:
    Hi. Im using Flash CS6 on Mac OSX 10.7 and I was trying to use a TLFTextField and do some animations depending on its vertical scroll. I have an example here: http://ecstweb.comuv.com/temp/forum/anim2.html The text field intance is named txt01 and the text field that shows the value of txt01s scrollV property is ...
    1 week ago
  • Disabling Touch Gestures?


    Authority Authority:
    Hi, I am using some of the code in one of the default templates in Air for Android. Using the code, you can swipe the screen left or right and itll move the menu left or right accordingly. Im having a problem though, in that if you swipe quickly back and forth across the screen, eventually itll end up with the ...
    1 week ago
  • stage.stageHeight


    Authority Authority:
    My seperate class uses the value stage.stageHeight but when it is launched that class does not have that value as the stage is not ready. ADDED_TO_STAGE was suggested to me but that throws my game totally out of whack and Im not skilled enough to be able to rearrange it all.
    1 week ago
  • Help with flash game


    Authority Authority:
    Hi, If anyone has some free time and can give me some help with my flash game please say on this thread and Ill msg you. Im having a few problems but would like to keep the code fairly private.
    1 week ago
  • help needed in AS2


    Authority Authority:
    I need to make a file with a slider that show us the frames progress, and also can be controlled by draging. Like in .avi Files. thanks.
    1 week ago
  • Rotate a Duplicated Movieclip


    Authority Authority:
    I am trying to finish a small project and am having trouble continuosly rotating a duplicated movieclip via a button. It will rotate by clicking the button; however, I have it set to 7.5 degrees and a complete rotation takes quite a while. We would like to just click and hold to rotate it. Once the button is released ...
    1 week ago

Comments about actionscript

Personal attacks are NOT allowed
Please read our comment policy