A Flash Developer Resource Site

Search:

Type: Posts; User: soonny

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    1,276

    Oopps! sorry, I think I know whats wrong......

    Oopps! sorry, I think I know whats wrong... Apparently I should create a "classic tween" rather than a "motion tween".

    I wonder what is the difference...
  2. Replies
    1
    Views
    1,276

    Motion tweening: CS4 vs Flash 8

    Hello,

    I've been using flash 8 all my life and decided to try CS4 for a change. Everything is still roughly the same but I found it hard to create motion tweens. In flash 8, I could somehow slide...
  3. Thread: Back button

    by soonny
    Replies
    2
    Views
    752

    Back button

    Hello,

    I want to create a button that will allow me to play the previous frame. How do I do that? thanks.
  4. Thread: Countdown timer

    by soonny
    Replies
    5
    Views
    998

    Thanks everybody. ^_^

    Thanks everybody. ^_^
  5. Thread: [F8] A bug?

    by soonny
    Replies
    2
    Views
    468

    oh... silly me... :P

    oh... silly me... :P
  6. Thread: [F8] A bug?

    by soonny
    Replies
    2
    Views
    468

    [F8] A bug?

    Hello all,

    I just realized a little glitch with flash 8... rotated dynamic texts doesn't show! >_< Is this happening to everybody or izzit just me?
  7. Thread: Countdown timer

    by soonny
    Replies
    5
    Views
    998

    Countdown timer

    Hello all,

    I'm trying to make a countdown timer for a little game of mine. Its kinda like Mortal Kombat whereby every round has a time limit of say... 1 minute. And when that limit is up, the...
  8. Replies
    2
    Views
    637

    It works perfectly! ^_^ thanks!

    It works perfectly! ^_^ thanks!
  9. Replies
    2
    Views
    637

    [RESOLVED] How do I do this?

    Hello all,

    I have a script here that creates random balls that rolls down the screen at a constant rate... :)

    if(delay <= 0) {
    delay = 30;
    x++;
    _root.attachMovie("ball", "ball"+x,...
  10. Replies
    5
    Views
    724

    Thanks for the tips! I will try all of that... :)

    Thanks for the tips! I will try all of that... :)
  11. Replies
    5
    Views
    724

    Thanks for the tips! I will try all of that... :)

    Thanks for the tips! I will try all of that... :)
  12. Replies
    5
    Views
    724

    [F8] hitTest or else...

    How do I do this?

    I've created 2 movieclips namely "cube" and "pyramid".

    cube is moving on a horizontal plane aka "cube._x += 5"
    and pyramid is basically a drag-able movieclip

    I want to...
  13. Replies
    1
    Views
    462

    [F8] How do I do this?

    I'm trying to create an answering machine or some sort...

    I've created an input text field for users to enter their full name:
    eg. Vincent Van Gogh

    And now I need to program something that...
  14. Replies
    2
    Views
    846

    Oh... that did the trick. ^_^ thanks flashpipe! :)

    Oh... that did the trick. ^_^ thanks flashpipe! :)
  15. Replies
    2
    Views
    846

    What am I doing wrong?

    Again... probably just a small little glitch that I keep missing. arghh...

    I placed a dynamic text on the main stage with the variable name "text1"

    Objective: change the font colour
    Problem:...
  16. Replies
    8
    Views
    535

    Oh forget it mwgum. I found the problem. There...

    Oh forget it mwgum. I found the problem.

    There was another instance on the stage that has the exact same instance name. Once I switched the names, the objects moved just fine...

    Sorry for the...
  17. Replies
    8
    Views
    535

    oh sure sure give me a minute. Because its a huge...

    oh sure sure give me a minute. Because its a huge fla... I have extract the relevant parts... its nothing private, its just a little interactive game I'm making. ^_^
  18. Replies
    8
    Views
    535

    I don't know how to post my fla, but the entire...

    I don't know how to post my fla, but the entire code looks something like this:

    on(press){
    if(x == "movetext"){
    _root.text1._x += 10
    _root.text2._y += 10
    }

    I've made text1 and text2 for...
  19. Replies
    8
    Views
    535

    No... it's a dynamic textfield. The instance name...

    No... it's a dynamic textfield. The instance name is "textfield". :) Must it be a movieclip?
  20. Replies
    8
    Views
    535

    [RESOLVED] What am I doing wrong?

    A very simple question...

    I have a textfield on the main stage and I created a button in one of the movie clips that goes:

    on(press){
    _root.textfield._x += 100
    }

    Funny enough the textfield...
  21. Replies
    6
    Views
    514

    oh... its working fine now. Thanks everybody! ^_^

    oh... its working fine now. Thanks everybody! ^_^
  22. Replies
    6
    Views
    514

    Its working! However instead of "/n", I have...

    Its working!

    However instead of "/n", I have to change it to "<br>"... I hope thats fine.

    And one more thing, although the button updates the list with every click, the first click always...
  23. Replies
    6
    Views
    514

    Yes! Thats the idea. But uh... I don't...

    Yes! Thats the idea.

    But uh... I don't understand your code... can you explain it? I'm a newbie when it comes to flash programming. :P
  24. Replies
    6
    Views
    514

    [F8] How do I do this?

    Hello all,

    Lets say... I have a dynamic textfield that I want to input some values. Next I have a button that goes something like:

    on(press){
    textfield += "value"
    }

    I want the values to...
  25. Thread: [F8] arrays

    by soonny
    Replies
    2
    Views
    674

    thanks! ^_^

    thanks! ^_^
Results 1 to 25 of 48
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center