A Flash Developer Resource Site

Search:

Type: Posts; User: Mctittles

Page 1 of 19 1 2 3 4

Search: Search took 0.09 seconds.

  1. Replies
    5
    Views
    1,183

    CS3 Thanks for posting an answer to this thread! I...

    Thanks for posting an answer to this thread! I still haven't found one.

    I'll try out your suggestion as soon as I get a chance. In middle of big as3 conversion now so might be a bit before I...
  2. Replies
    3
    Views
    1,047

    [Beta] Detweet

    http://thecardchest.com/#detweet


    Just finished this tonight :cap:
    Needs some difficulty balance I'm sure. Let me know what you think!
  3. Replies
    1
    Views
    1,451

    Convert Ellipse to Isometric

    Hello all. Messing around with some isometric stuff. I've found out how to convert an exact point on a 2d grid to an isometric grid with the following function:

    function...
  4. Need to check for existing eventlistener

    This is kind of a best practice question. I have a function that adds some event listeners and there is a possibility it could be called twice. Do I need to check whether the event was already...
  5. Random rotated texture without out of edges?

    Ok, let's see if I can explain what I'm trying to do...
    I have an image I am using for a texture that is 600x800 and a tile clip I would like to randomly apply part of the image to as a texture. ...
  6. Replies
    5
    Views
    3,825

    Thanks for the idea. I tried that and no go. ...

    Thanks for the idea. I tried that and no go. Also tried looping through all request variables and it doesn't show, but still has the warning to resend post when I refresh the page.
    I also tried...
  7. Replies
    5
    Views
    3,825

    Hmm...I'll see if sending both is messing it up. ...

    Hmm...I'll see if sending both is messing it up.
    The reason I was doing it that way is because it is a link to an item that people should be able to copy and send to someone else.
    The sentScroll...
  8. Replies
    5
    Views
    3,825

    navigateToURL POST not working in Chrome

    Ok, so here is my code:


    var currentItemCard=evt_obj.target.parent;
    var url:String="../gunshow/"+currentItemCard.userName+"/?item="+currentItemCard.itemID;
    var request:URLRequest=new...
  9. Replies
    4
    Views
    2,452

    Yes, looking better. Not sure what the speaker...

    Yes, looking better. Not sure what the speaker icon thing is for though?
  10. Replies
    6
    Views
    1,549

    CS3 I fixed it! Or...well, it fixed itself. I think...

    I fixed it!
    Or...well, it fixed itself. I think a chrome update or something. But the problem seems gone. You see it gone on your end as well?
  11. Yes, I understand what causes some of the...

    Yes, I understand what causes some of the problems, but that does not make it any more convenient for the user. I mention those things because anyone viewing the product would notice them...
  12. Replies
    8
    Views
    2,152

    You have a .fla file? Not sure what is happening...

    You have a .fla file? Not sure what is happening to cause this. Is the variable being set at the _root or inside a movieclip?
    Var keyword is not needed in AS2 (although recommended).
  13. Replies
    3
    Views
    2,376

    If you want to save the state of your movieclips,...

    If you want to save the state of your movieclips, instead of putting them in separate frames, try instead to keep them both in one from and toggle the _visible property of each. That way it won't...
  14. Flash8 Are you getting an error like "256 levels of...

    Are you getting an error like "256 levels of recursion" or "a script is causing flash to run slow". First one usually indicates a function loop or if you do something like delete onEnterFrame() --...
  15. HTML link didn't work for me. However if it...

    HTML link didn't work for me. However if it works directly, perhaps you are doing it a little wrong. Flash won't read the query string from the browser, but from the embed area like:
    ...
  16. Replies
    1
    Views
    1,233

    Well, unfortunately this is something to large to...

    Well, unfortunately this is something to large to explain in a reply. I could say that the images move by doing an onenterframe or timer and move on the x/y of a movie clip. The fade works by...
  17. Replies
    1
    Views
    384

    CS3 Probably need to know what's going on behind the...

    Probably need to know what's going on behind the scenes to understand why it is not working. Code or .fla?
  18. Replies
    2
    Views
    698

    change myMovieClip._visible=false on frame load....

    change myMovieClip._visible=false on frame load.
    change to myMovieClip._visible=true when the button is pressed

    I'm not a fan of using attachMovie for something like this. Every time you use it...
  19. Replies
    6
    Views
    1,549

    CS3 Yes. Notice in google chrome your site has the...

    Yes. Notice in google chrome your site has the same problem. When you go fullscreen it stays on the hand cursor. When you exit, the buttons do not have a hand cursor on rollover.
  20. Replies
    6
    Views
    1,549

    CS3 Ahh dang didn't work. It looked promising...

    Ahh dang didn't work. It looked promising though, as something I hadn't heard of before. I tried this:


    function respondFunction() {
    ExternalInterface.call("focus");
    }
    var...
  21. Replies
    6
    Views
    1,378

    CS3 try going into your html and where the .swf is...

    try going into your html and where the .swf is embedded put <center>....</center> around it.
  22. Replies
    6
    Views
    1,549

    CS3 Fullscreen cursor change in chrome

    Ok, so I've been around forever looking for an answer. If I open up my site in google chrome (http://thecardchest.com/) and click and card, then preview, then full preview it goes to full screen...
  23. Replies
    11
    Views
    1,893

    Flash8 Hey now. It will be ok. I couldn't get it to...

    Hey now. It will be ok. I couldn't get it to work because the file I downloaded had an error because it didn't have the file that needed to load...
  24. Replies
    3
    Views
    1,501

    I added a free card so people can check out...

    I added a free card so people can check out sending...
  25. Replies
    2
    Views
    1,219

    Ok, don't have a mac but a comment from pc. Site...

    Ok, don't have a mac but a comment from pc.
    Site looks nice and is pretty easy to use. A little simple, but at least not confusing. The only annoying part of the tooltip pop-up over rollover on...
Results 1 to 25 of 451
Page 1 of 19 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center