A Flash Developer Resource Site

Search:

Type: Posts; User: Gamerflash

Page 1 of 3 1 2 3

Search: Search took 0.09 seconds.

  1. Replies
    6
    Views
    2,804

    Hey thanks guys. localToGlobal is exactly what I...

    Hey thanks guys. localToGlobal is exactly what I needed.

    If you don't mind, I'd still like to know the math for it, in case I need it someday.
  2. Replies
    6
    Views
    2,804

    [CS3] [Help] Projectile Spawn

    I've got this problem where my projectile won't spawn at the right place.

    However first of all, I'd like to know if there's a way to find the x and y position of a movieclip inside another...
  3. Replies
    25
    Views
    22,087

    Hey, sorry guys about the dead links, my old site...

    Hey, sorry guys about the dead links, my old site must have disappeared.
    Anyway, please visit my new site for the latest download:
    Here
  4. Replies
    25
    Views
    22,087

    NEW UPDATE...

    NEW UPDATE
    http://shipwar.freepgs.com/carousel/carousel_v1.3.zip

    Always read the readme.txt for details.

    Changes:
    1.3 - October 15
    - changed Carousel function: added container & objectResize...
  5. Replies
    23
    Views
    5,481

    Did anyone atleast get it to work? Like recieve...

    Did anyone atleast get it to work? Like recieve database data?
    I really need to know if this thing even works.

    Thanks
  6. Replies
    25
    Views
    22,087

    Ok here's a better link:...

    Ok here's a better link:
    http://shipwar.freepgs.com/carousel/
    Hope nothing block the link above. I can't edit the first post, so the above link will always be updated. I'll also post update in this...
  7. Replies
    23
    Views
    5,481

    Hey Josh, I'm stucky! Here's my code: ...

    Hey Josh, I'm stucky!

    Here's my code:


    this.cc = new phpCall(p, this.gotResponse,"genericEvent.sqlQuery",'SELECT * FROM help_category');

    I'm testing it on 'mysql' database, which is created...
  8. Replies
    25
    Views
    22,087

    Oops! The link lead to v1.1 Sorry for that! New...

    Oops! The link lead to v1.1
    Sorry for that!
    New link: http://www.filefactory.com/file/195582
  9. Replies
    25
    Views
    22,087

    Ahoy! Another version of this class with two more...

    Ahoy! Another version of this class with two more useful functions:

    addItem(itemName:String, tooltip:String, functions:String):void
    - add a new item on the last index
    - itemName: the...
  10. Replies
    5
    Views
    1,003

    Here's the script to creating the Loader object:...

    Here's the script to creating the Loader object:


    var swf_sitemap:Loader = new Loader();

    swf_sitemap.load(new URLRequest("sitemap.swf"));

    I want the sitemap.swf to access a function called...
  11. Replies
    5
    Views
    1,003

    Loader not accessing Root

    Hey,

    I have this problem where a Loader load an external .swf, however the loaded content cannot access stuff from the main timeline. I tried root["variableName"] or MovieClip(root).variable, but...
  12. Replies
    25
    Views
    22,087

    Okay, I finally finished a new version of this...

    Okay, I finally finished a new version of this class [v1.1]

    This version contain extra functions to manipulate the icons. The demo is also updated demonstrating how to remove individual items from...
  13. Replies
    25
    Views
    22,087

    [CS3] Carousel Class

    Hello people of Flashkit!


    I don't know if this is really the place to post this topic, but I have created something thats not a game, but can be useful to games and websites. It is the...
  14. Replies
    3
    Views
    479

    Oh nice, thanks Kid Charlie. I didn't even know...

    Oh nice, thanks Kid Charlie. I didn't even know about currentTarget. I wonder why target refer to the Loader object. How does it work?
  15. Replies
    3
    Views
    479

    [RESOLVED] Another Loader Problem

    Hello all!

    I got another problem with the Loader class.
    First I created the Loader class:


    var loaders:Loader = new Loader();
    loaders.load(new URLRequest("image1.jpg"));

    Then I add it...
  16. Replies
    2
    Views
    433

    Oops, the problem is that I didn't create a...

    Oops, the problem is that I didn't create a constructor for loader. My bad!
  17. Replies
    5
    Views
    549

    Thanks again josh. That's pretty much what I need...

    Thanks again josh. That's pretty much what I need to know for now.
  18. Replies
    5
    Views
    549

    Thanks joshstrike, the root code does work as...

    Thanks joshstrike, the root code does work as expected. However, how would you make add a movieclip with the string as the name...uh like...

    var a:String = "movieclip1";
    var mc = addChild(new a);...
  19. Replies
    5
    Views
    549

    [RESOLVED] String to Actionscript3

    Hello,

    Is it possible to run a string as Actionscript codes.

    ie: var a:String = "root.function1()";

    Run String 'a' here (run function1() from root)

    ----
  20. Replies
    2
    Views
    433

    [RESOLVED] Loader Problem

    Okay, I got problem with Loader class. Here's the code:

    loader.load(new URLRequest(nodes.attributes("image")[i]));

    The error was
    Incorrect number of arguments. Expected no more than 0.

    If...
  21. Replies
    1
    Views
    541

    So this is the problem: as long as you have a...

    So this is the problem: as long as you have a movieclip within a movieclip, the child movieclip will overlap(not visually), so mousing over it will lose focus on the parent movieclip. All I want is...
  22. Replies
    1
    Views
    541

    Movieclip Bound Box Problem

    I have this problem where the movieclip within a movieclip seems to overlap any content on the parent movieclip and causes the parent movieclip to call the MouseOut event. It's probably because of...
  23. Replies
    3
    Views
    1,203

    Hey thanks JHarlequin. I thought it was event.get...

    Hey thanks JHarlequin. I thought it was event.get or something :D. Well I was trying to reuse some functions or otherwise I will have to do it the hard way (a function for each event).
  24. Replies
    3
    Views
    1,203

    [RESOLVED] Defining Variable in Movieclip

    I'm kinda new to AS3 right now, and I have a question.

    How do you define a variable in a movie clip and access it in an event?

    Thank you,
    GamerFlash
  25. Replies
    4
    Views
    532

    Sorry for double post...But I really need help...

    Sorry for double post...But I really need help here.
Results 1 to 25 of 61
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center