A Flash Developer Resource Site

Search:

Type: Posts; User: Guilhermedidi

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. Wow, I didn't know the Date class could receive...

    Wow, I didn't know the Date class could receive an hour parameter, stupid me.

    Thanks again, I shall take a look at the post!
  2. Sure. stop(); var year:Number = 2013;...

    Sure.


    stop();

    var year:Number = 2013;
    var month:Number = 1;
    var day:Number = 3;

    var finalDate:Date = new Date(year,month-1,day);
  3. [RESOLVED] AS3 Countdown to a specific hour?

    Hey, everybody.

    I'm trying to do a countdown application for Flash, but I'm having some trouble.

    I made the countdown so it receives a day, month and year variable to count to. That means it...
  4. Replies
    1
    Views
    705

    Printing going wrong

    Hey guys.

    Im havin some trouble printin' on as3. What I have is the following code:



    var req:URLRequest = new...
  5. Replies
    2
    Views
    1,281

    thanks cancerinform, it worked. apparently,...

    thanks cancerinform, it worked.
    apparently, whoever made this class, made before as3 was released.
  6. Replies
    2
    Views
    1,281

    [RESOLVED] APEngine class problem

    Hey guys, i have a small problem with the APEngine class.

    Everytime I try to run it, it gives me this error


    1137: Incorrect number of arguments. Expected no more than 0.

    the line it...
  7. yay thanks Flax, it worked!! i didn't know i...

    yay thanks Flax, it worked!!

    i didn't know i could use "" as an index..


    thanks once more
  8. [RESOLVED] Separating all items in a String

    well i have this string im receiving from an URL: "245500"

    All I need to do is separate all of the characters, so it would gimme back an array just like


    Array = ["2", "4", "5", "5", "0", "0"]...
  9. Replies
    3
    Views
    1,574

    If you want to, I suggest reading this article...

    If you want to, I suggest reading this article about arrays at UntoldEntertainment.

    http://www.untoldentertainment.com/blog/2010/11/22/understanding-arrays/
  10. make sure you checked the following items when...

    make sure you checked the following items when embedding the font: Uppercase, Lowercase, Numerals, Punctuation, Basic Latin and Latin I. It should fix it.
  11. Replies
    2
    Views
    1,504

    sweet, cess, it worked! :D im just starting...

    sweet, cess, it worked! :D

    im just starting with classes, i know i could make some weird error, stupid me.

    thanks again!
  12. Replies
    2
    Views
    1,504

    [RESOLVED] Simple Class Error.

    Hey guys, whats goin on.

    I started to mess up with classes to see how they work, and I'm having some trouble.

    I'm trying to do a class where the user gives an array, and a number. The result is...
  13. Replies
    3
    Views
    1,606

    import flash.events.Event; ...

    import flash.events.Event;

    stage.addEventListener(Event.ENTER_FRAME, change);

    function change (e:Event){
    txtReceive.text = txtInput.text;
    }


    'txtInput' and 'txtReceive' are your two...
  14. Replies
    2
    Views
    1,631

    might not work, but its just a try. ...

    might not work, but its just a try.


    this.gotoAndStop(counter+1);
  15. dunno if im right. but have you tried...

    dunno if im right. but have you tried 'this.currentFrame'?
  16. Replies
    3
    Views
    1,505

    glad I could help

    glad I could help
  17. Replies
    3
    Views
    1,505

    Your URLRequest object is treating...

    Your URLRequest object is treating 'GoodSearch.text' as null, because that is the value when the application starts.

    You need to give 'link' the right value when 'GoodSearch.text' is filled.
    ...
  18. nevermind, frank. i didnt know you were using...

    nevermind, frank. i didnt know you were using CS4.

    I've tried in CS4, and didn't work as well.

    Apparently, Adobe is now only offering this 'service' only to CS5..
  19. that's odd..i use Adobe Help, and whenever I hit...

    that's odd..i use Adobe Help, and whenever I hit f1, it goes straight to what I'm lookin for.
  20. Replies
    7
    Views
    2,007

    have you tried running it without this mouseover...

    have you tried running it without this mouseover effect?
  21. Replies
    3
    Views
    1,230

    i know it's a very kludgy solution, but you can...

    i know it's a very kludgy solution, but you can do this:


    door_key.x = -30000
  22. Replies
    5
    Views
    1,219

    sorry acer, I misspelled it. try gotoAndPlay(1)....

    sorry acer, I misspelled it. try gotoAndPlay(1).
    (the T in 'to' is not capital)
  23. Replies
    3
    Views
    2,127

    you can make a little quiz game

    you can make a little quiz game
  24. Replies
    5
    Views
    1,219

    have you tried goToAndPlay(1)? (Assuming, of...

    have you tried goToAndPlay(1)?
    (Assuming, of course, your SWF starts at frame 1).
  25. thanks 5TonsOfFlax...I thought there was a way in...

    thanks 5TonsOfFlax...I thought there was a way in as3 that could add the 0 without being a string...but since you said it can't, so I'll have to use it as a string.

    thanks again!
Results 1 to 25 of 56
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center