A Flash Developer Resource Site

Search:

Type: Posts; User: Gorgodon

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    4,547

    Microphone settings

    guys i searched high and low all over the internet and couldn't find this. I need to filter out games sound so it isn't picked up by i mic i have a game controlled by mic and on laptops it controls...
  2. Replies
    2
    Views
    1,397

    i got it thx fruitbeard for reply! I am using...

    i got it thx fruitbeard for reply! I am using starling and for some reason it wont read coordinates in -, so i just added a variable that tracks the y coordinate and check the condition with it :)
  3. Replies
    2
    Views
    1,397

    AS3 inverts my numbers 0.o

    if (this.y > safeHeight)
    {
    trace("gameover")
    }

    when i trace the numbers when they are -60.9287861565656 and 106 and the gameover trace doesn't fire
    but when its -141.63330922995166 and 28 it...
  4. Replies
    6
    Views
    2,861

    i cant believe dude i tried it before and i tried...

    i cant believe dude i tried it before and i tried it again and it worked. I enabled the use network in publish settings and created the crossdomain.xml and it connected. Thank you for your time dude.
  5. Replies
    6
    Views
    2,861

    no the server is online i tried that is in...

    no the server is online i tried that is in publish setings?
  6. Replies
    6
    Views
    2,861

    Hey. Yes i found those too but it dosen't help....

    Hey. Yes i found those too but it dosen't help. When i run my .swf file as a local file or on the page the error fires. I even put it on the same domain and it fires. it dosen't fire only when i go...
  7. Replies
    6
    Views
    2,861

    sandbox security violation

    Error #2044: Unhandled securityError:. text=Error #2048: Security sandbox violation

    i am geting this error when i try to get data from a php file on my website on webatu.com
    but i get it only...
  8. Replies
    6
    Views
    11,696

    thx for the reply i figured it out :)

    thx for the reply i figured it out :)
  9. Replies
    6
    Views
    11,696

    thats cos your php file is not on a server

    thats cos your php file is not on a server
  10. Replies
    6
    Views
    11,696

    sry i udated that my phpFileRequest is a public...

    sry i udated that my phpFileRequest is a public var i just wrote it there so the path could be seen
  11. Replies
    6
    Views
    11,696

    AS,PhP,MySQL Login System

    hi i am getting the undefiend resoult on php feedback
    php code:
    <?php

    include_once "connect.php";


    $username = $_POST['username'];
    $password = $_POST['password'];
  12. Thread: Score Publish

    by Gorgodon
    Replies
    2
    Views
    1,416

    i forgot to mention its as3

    i forgot to mention its as3
  13. Thread: Score Publish

    by Gorgodon
    Replies
    2
    Views
    1,416

    Score Publish

    So i am new to exporting anything out of flash, and i want to publish my score. but i have no php knowelege. can someone help me with that or point me to an easy tutorial on how to do it?
  14. Replies
    4
    Views
    1,218

    how do i do that i am new ti this forum thats...

    how do i do that i am new ti this forum
    thats the whole
    wall block class
    and here is my main class

    package game
    {

    import flash.display.MovieClip;
    import flash.ui.Keyboard;
  15. Replies
    4
    Views
    1,218

    that wont work :/

    that wont work :/
  16. Replies
    4
    Views
    1,218

    Collision detection [Help]

    what em i doing wrong it dose nothing


    package game {
    import flash.events.Event;


    public class wallblock extends Walls {
    public var hitbool:Boolean
  17. Replies
    2
    Views
    1,421

    here is the proper code that works :) thank you...

    here is the proper code that works :)
    thank you cancerinform for help :)
    /////////////////////////////////////////////////
    import flash.display.MovieClip;

    var myMC:Vector.<MovieClip> = new...
  18. Replies
    2
    Views
    1,421

    pushing a child object into an array [Help]

    i want to add a movie clip at a certain time and then add more movieclips of the same class, but later on i want to be able to remove any of those movieclips here is my code sofar:
    for (var i:int =...
  19. Replies
    2
    Views
    1,647

    Hi. I am NEw to actionscripting but i think you...

    Hi. I am NEw to actionscripting but i think you can do it just by moving your movie clip from place to place and mby add a blinka animation in the timeline wich you will call upon from the code when...
  20. Replies
    2
    Views
    954

    Thank you dude but i found a way. Thanx anyway :)

    Thank you dude but i found a way. Thanx anyway :)
  21. Replies
    1
    Views
    764

    Possible a memory Leek [Help]

    This is my code:

    // Imports //

    import flash.display.MovieClip;


    //Geting Data//
    var objectsc1:Vector.<MovieClip> ;
    objectsc1 = new Vector.<MovieClip> ();
  22. Replies
    2
    Views
    954

    any button clicked event.

    Hi i ma new to as3 and this forum.
    i need help.
    What i need is when a click any button out of a certain group
    that it fires an action and knows which button is clicked.
    I tried something but it...
Results 1 to 22 of 22




Click Here to Expand Forum to Full Width

HTML5 Development Center