A Flash Developer Resource Site

Search:

Type: Posts; User: gunsofthomaso

Page 1 of 4 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    408

    Having trouble with my math

    I have a swf containing three moviesclips. The movieclips are assigned x and y positions on the stage, and depending on where the mouse moves, the movieclips move in the opposite direction. The...
  2. Replies
    0
    Views
    586

    Interact with mouse unless...

    I have a swf (as2, flash cs3) that contains a bunch of movieclips which move according to where the mouse is on the stage. I'm trying to get the movie clips to fall into a certain position when the...
  3. Replies
    7
    Views
    2,537

    beautiful dawsonk! thanks a lot!

    beautiful dawsonk! thanks a lot!
  4. Replies
    7
    Views
    2,537

    i don't see much of a difference between what you...

    i don't see much of a difference between what you posted and what i posted.. can any one explain this to me?
  5. Replies
    7
    Views
    2,537

    Thanks dawsonk, but I was looking to have the...

    Thanks dawsonk, but I was looking to have the text be center aligned. I notice when i change this the effect doesn't work that same. I started working with another typewriter script:

    var...
  6. Replies
    7
    Views
    2,537

    sorry.. using cs3 with as2.0

    sorry.. using cs3 with as2.0
  7. Replies
    7
    Views
    2,537

    Change dynamic text color

    So I have this typewriter script that looks like this:
    frame 1:

    firstname = "Tom";
    _root.strText = "Hi "+firstname+". Allow me to introduce myself.";
    _root.counter = 1;

    frame 2 (labeled...
  8. Replies
    1
    Views
    583

    button disappears, why?

    at this link, www.mpaads.com/lourdes/virtualtour/progressbar, you'll find my project. The problem is that when you click the 'NURSING' button, then click the 'INTRODUCTION' button, the subpage...
  9. Replies
    1
    Views
    1,400

    ok, nevermind. I got it. It just doesn't work on...

    ok, nevermind. I got it. It just doesn't work on macs. scrollpane and mouse wheel work just fine with a pc.
  10. Replies
    1
    Views
    1,400

    scrollpane component and mouse wheel

    I'm trying to get my scrollpane component to scroll with my mouse wheel. What's the easiest way to do this?
  11. Replies
    7
    Views
    1,065

    well, AIR isn't an option, cause the...

    well, AIR isn't an option, cause the ExternalInterface class is documented not work with AIR. I went to http://shttpd.sourceforge.net/ and very easily got it to work, now my only problem is how to...
  12. Replies
    7
    Views
    1,065

    I've been looking into both options. This is...

    I've been looking into both options. This is painful. Thanks for your help.
  13. Replies
    7
    Views
    1,065

    Thanks for the info 5tons. But lighttpd and...

    Thanks for the info 5tons. But lighttpd and mongrel and even the concept of distributing a lightweight web server on a dvd are veeeerrrry foreign to me. Any good places to get more info on this? Even...
  14. Replies
    7
    Views
    1,065

    After some research, I question whether or not...

    After some research, I question whether or not flash as3 will run javascript locally. I've tried to setup a basic pop-up window using ExternalInterface and though it ran fine on my server, it did not...
  15. Replies
    7
    Views
    1,065

    Flash & Thickbox not working locally

    I have a flash site that uses thickbox 3.1 to open html pages. I've used this thread, http://www.actionscript.org/forums/showthread.php3?p=761964#post761964, to set up the flash file and everything...
  16. Replies
    1
    Views
    569

    nevermind, i got it. chnged it to this: ...

    nevermind, i got it. chnged it to this:

    function removeColor(evt:MouseEvent):void {
    my_btn.transform.colorTransform = new ColorTransform();
    }
  17. Replies
    1
    Views
    569

    Simple colorTransform question

    how do i get my movieclip to go back to its original color? here's what i got so far:

    var colorTrans:ColorTransform = my_btn.transform.colorTransform;

    my_btn.addEventListener(MouseEvent.CLICK,...
  18. Ok, unfortunately it still doesn't work. I'm...

    Ok, unfortunately it still doesn't work. I'm gonna take what i have now over to the slideshowpro forum (i didn't get a single answer from them when i first posted, but maybe now closer to a solution...
  19. Wait a minute..... I just changed it back and I...

    Wait a minute..... I just changed it back and I am pretty sure this works. I'll need to publish it online to be sure, but when the xmlFilePath is not declared, i get a grey box, and when it is...
  20. Yep it works that way. I delete the slideshowpro...

    Yep it works that way. I delete the slideshowpro component, added a dynamic text box named as2_component, and in my as2 script, changed xmlFilePath to text and the text box read "images2.xml". Geez I...
  21. ok, that seems to be the case. Once the path is...

    ok, that seems to be the case. Once the path is set it cannot be changed. So I removed the set path in the component inspector, but just that doesn't get my script to work. if the path is not set,...
  22. the component is SlideShowPro. It reads an xml...

    the component is SlideShowPro. It reads an xml file to load the images for the slide show.
  23. still falling short. here's my script on the as3...

    still falling short. here's my script on the as3 swf


    var connection:LocalConnection = new LocalConnection();

    var loader:Loader = new Loader();
    loader.load(new URLRequest("test_as2.swf"));...
  24. Thanks cancerinform. I understand how...

    Thanks cancerinform. I understand how LocalConnection can call a function from another swf, but i can't seem to see how this can help me to assign a value to a parameter of a component from another...
  25. So i discovered the only way to communicate...

    So i discovered the only way to communicate between two swfs is through the LocalConnection Class, or a component called ActionScript Bridge, or a scripting method known as SWF Bridge. Not being a...
Results 1 to 25 of 76
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center