A Flash Developer Resource Site

Search:

Type: Posts; User: gotoAndPray

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. Thread: Timer help

    by gotoAndPray
    Replies
    1
    Views
    411

    It's hard for someone to give a specific answer...

    It's hard for someone to give a specific answer to this question.
    What u mean by the "gameplay happens".. ??

    U could call a function when "gameplay happens" do "statements" which include the...
  2. Directions: Paste on first frame of movie. ...

    Directions: Paste on first frame of movie.


    function go() {
    my_Ball._x++;
    }
    my_PlayButton.onRelease = function() {
    bleh = setInterval(go, 20);
    };
    my_StopButton.onRelease = function() {
  3. Thread: Resolved

    by gotoAndPray
    Replies
    2
    Views
    353

    nice

    nice
  4. But it does work, I do get it invisible...how...

    But it does work, I do get it invisible...how come?
  5. Replies
    3
    Views
    309

    I guess we all do in some extent, so thats why we...

    I guess we all do in some extent, so thats why we all end up here!!:D
  6. Thanks Jim, I just thought of this way; ...

    Thanks Jim,

    I just thought of this way;


    invCnt.onLoad = function(invCnt) {
    this._visible = false;
    };
  7. Yeah right!! (damnit), it just happened that I...

    Yeah right!! (damnit), it just happened that I missed it... I got it...
    I got it guys thanks.

    Trace is just tracing right at the moment when the global func is called, while it doesnt have the...
  8. Is this one of thos x-files stories or what?

    var invCnt = _root.createEmptyMovieClip("invPlContainer", 0);
    invCnt._visible = 0;
    loadMovie("ilkere.swf", invCnt, "POST");



    any other property than visibility is working...
    just cant get it...
  9. Replies
    3
    Views
    309

    check out the buttons bro u got two buttons in...

    check out the buttons bro u got two buttons in there on on top of the other.

    distribute to layers n u'll see
  10. Replies
    2
    Views
    294

    Kardeþ biþiler yapmayý düþünmeden önce...

    Kardeþ biþiler yapmayý düþünmeden önce biraz daha AS okumaný tavsiye ederim zamandan kazanýrsýn...

    Öteki türlü çok deneme yanýlma yöntemi ile zaman kaybedersin.
    AS çok zor...
  11. Hello, I'm gonna bring up the same question...

    Hello,

    I'm gonna bring up the same question where u started Tea_J.
    I didnt read well but it seems that the solution for u has changed in some way that u didnt need the specific answer of the...
  12. Replies
    9
    Views
    442

    Yeah right..:rolleyes: It happens:D

    Yeah right..:rolleyes:
    It happens:D
  13. I'm cool wit dat bro thanks for ur reply ...

    I'm cool wit dat bro thanks for ur reply

    hmm...well what bout keeping the code handy? Like how am I to reach the function in a nested MC? (in case its on root)

    If I make it a global function as...
  14. Replies
    7
    Views
    502

    Set the variable of the dynamic textfield in the...

    Set the variable of the dynamic textfield in the properties inspector...

    var x=0

    x should be the variable in there...

    instance name is for referencing not for the variable

    I assume that...
  15. Replies
    5
    Views
    588

    Anyone? :rolleyes: ...

    Anyone? :rolleyes:
    http://www.flashkit.com/board/showthread.php?threadid=583689
  16. Replies
    7
    Views
    623

    _root.myButton.onRollOver = function() {...

    _root.myButton.onRollOver = function() {
    trace("button action");
    };

    Just put this on the first frame, leave the buttons alone and clean..
    Instead of the trace example in there put ur...
  17. Replies
    9
    Views
    442

    on (press) { _root.A1.gotoAndStop(nextFrame());...

    on (press) {
    _root.A1.gotoAndStop(nextFrame());
    }

    UYou dont need the stop() action in every frame just put in the first...
  18. attachMovieClip() alternative working...but return?

    OK now... I'm stuck. Actually I'm stuck on the same thing again as with other stuff I'm working...

    I've made a prototype an alternative for attachMovieClip() to set
    some other properties and...
  19. Replies
    3
    Views
    508

    The object to be moved has a horizontal bound 2b...

    The object to be moved has a horizontal bound 2b moved accorss say from a to b where the movement is proportioal (or cross prop) to the mouse horizontal position properties.

    movement of the...
  20. Replies
    5
    Views
    588

    Thanks indeed. So I get it like if I don't need...

    Thanks indeed. So I get it like if I don't need to work with new classes why need oop?

    I'm getting confused sometimes while thinking of designing a code to bring up the idea into action.

    I'm...
  21. Replies
    5
    Views
    588

    Coding approaches; is it OOP or not?

    I've added here a simple delay prototype. I just wonder sometimes if I'm doing things right when I'm coding. I'm not a pro in programming just learning. (Maybe I should say I dont feel comfortable...
  22. Replies
    5
    Views
    472

    Didnt know that swf's could be decompiled......

    Didnt know that swf's could be decompiled...
    Unfortunatly it's so true that every engineering has its reverse.

    Million dollar digital broadcasting has, whats a swf...
  23. Replies
    2
    Views
    8,826

    What is considered CPU intensive?

    I wanted to bring up some general purpose question for the pros
    iow developers.

    I've been hearing this for quite a time but ignored. But I guess in time every serious developer should be aware of...
  24. Replies
    4
    Views
    348

    Nah, actually what I meant was the ones installed...

    Nah, actually what I meant was the ones installed with the extension manager, not the internal ones.. :P
  25. Replies
    4
    Views
    348

    Disable the components :D

    Disable the components :D
Results 1 to 25 of 59
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center