A Flash Developer Resource Site

Search:

Type: Posts; User: humbuged

Page 1 of 3 1 2 3

Search: Search took 0.04 seconds.

  1. Can Flash dynamically load URL and Images from external html file uploaded elsewhere?

    Hello, I'm just wondering, can Flash dynamically load URL and images from external html file uploaded elsewhere?

    For instance, I make a button in flash. The button will get URL and read the...
  2. AS 2 How to detect when Flash is loaded from a local drive?

    Hello,

    Is there a script that checks if the flash is loaded from a local drive?

    Example: Keric opens a flash file. The script then checks if the file is being played from a local drive. If it's...
  3. Ohhh, the wall_mc is a big movieclip with the...

    Ohhh, the wall_mc is a big movieclip with the walls inside it. So if the player_mc is in the middle, it'll keep firing the trace output, right?

    Hmm, how do I fix this? :) Putting small "wall_mc"s...
  4. Need help with wall collision to stop player from moving through

    Hello I'm making a simple test game to learn AS3. I've started with learning the codes for keyboard press movements. Then when I got to the wall collision, I'm stumped. The trace output keeps firing...
  5. I think I found a way. Is this the proper way to...

    I think I found a way. Is this the proper way to do it? :)




    var myArray:Array = new Array("Hello", "Bye");
    var chance = random(99);

    function randomIt()
    {
  6. Randomizing an array's trace statements by percentage

    Hello :)

    I have an array that I want to shuffle but at different percentages. Like "Hello" would show up 80% in the Output window. "Bye" would show the other 20% of the time.

    How do I do this?...
  7. Replies
    1
    Views
    1,481

    Add counter depending on mouse speed?

    Hello,

    I want to make a counter get higher depending on mouse speed.



    mousespeedy = _ymouse - oldymouse;
    oldymouse = _ymouse;
    posmousespeedy = Math.abs(mousespeedy / 100);
    addMe +=...
  8. AS 2 I managed to do it by manipulating the...

    I managed to do it by manipulating the movieclip's frames using the gotoAndStop code. It's not elegant but it worked the way I wanted it. I found codes for frame by frame mouse movement in google and...
  9. AS 2 How to do make movieclip follow mouse tween movement?

    Hello,

    I'm not sure what to call this particular way of making the movieclip follow the mouse.

    Here's an example animation to show what I mean: http://www.swfcabin.com/open/1307994341

    When...
  10. What's the best way to send version updates to customers?

    Hello.

    Let's say they bought an alpha version of the game. I release the beta version. I need to send it to 9,500 customers. Emailing it would be tedious. Is there another way to do it?
  11. AS 2 [F CS5] How to check for external variable to show update notifications?

    Hello :)

    I was wondering if it's possible to show a notification for new updates in a swf file.

    Like what if I upload a .txt file somewhere and inside it there's a variable, something like;

    ...
  12. How to take down copyrighted works from swfcabin?

    Hello :)

    Has anyone gotten this problem where their work has been uploaded to swfcabin.com? How does one take them down? I can't find any contact form whatsoever at the site. Your help would be...
  13. Replies
    2
    Views
    593

    Changing Flash 6 codes to Flash 8 AS2

    Hello :D I found this code to make images bounce but it only works when I set the settings to Flash 6. Can anyone tell me how to convert the code to work for Flash 8 AS2? :)

    Would appreciate it if...
  14. Flash8 Hehe, google is my friend. A little search and I...

    Hehe, google is my friend. A little search and I found this blog post that explains how to do it very easily :)

    Using SharedObject by more SWF’s
  15. Flash8 [RESOLVED] Is it possible for Flash_A to detect Flash_B's sharedobject file?

    Hello :) I just learned how to use sharedobjects few week ago.

    Is it possible for Flash_A to detect Flash_B's sharedobject file?
  16. Ah, thanks for your help webdreamer! I set the...

    Ah, thanks for your help webdreamer! I set the text field to singleline. Then I added (as2_mc.wordWrap = true) on top so that the textfield fits into the box :D So now the code works on F7 thru F10...
  17. You're right, I changed it from multiline to...

    You're right, I changed it from multiline to single line and it worked.

    Is there a way to make it work using multiline though? :)

    PS - I noticed if I substituted != with == when publish in F10,...
  18. Are you able to open the attached files? :O

    Are you able to open the attached files? :O
  19. Anyone would care to help? :)

    Anyone would care to help? :)
  20. Here's a CS3 .fla file if you can't open the...

    Here's a CS3 .fla file if you can't open the previous CS4 .fla file :)
  21. Your help would be much appreciated :)

    Your help would be much appreciated :)
  22. [RESOLVED] [CS4] Help making AS2 code working on all Flash versions

    Hello :)

    I did this AS2 code in Flash CS4 and have a little trouble with it.


    if (as2_mc.text != "Using Actionscript 2") {
    _root.createEmptyMovieClip("dynamic_mc",1);...
  23. CS3 How to put a dynamic text field in center stage

    Hello :)

    I've managed to put a text field onto the stage using AS2 but now I'm trying to make it stay in the center of the stage. Here's the code I used;
    ...
  24. Quicktime is "dirty" after exporting in Flash CS4

    Hello

    The quicktimes that I export all have these "dirty" frames. Like some parts of the previous frames get left behind. Like a ghost. I don't know how to explain it. Dirty is the closest I can...
  25. Replies
    6
    Views
    1,012

    Well, it took me awhile but I think the best way...

    Well, it took me awhile but I think the best way to make this work is using walls to block the guy's path :) I've added something so you all can test this out. You can turn the walls on and off. When...
Results 1 to 25 of 51
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center