A Flash Developer Resource Site

Search:

Type: Posts; User: s7N

Page 1 of 7 1 2 3 4

Search: Search took 0.04 seconds.

  1. Thread: Easing Querey

    by s7N
    Replies
    3
    Views
    870

    Check out scripted tweens under F1 help in flash....

    Check out scripted tweens under F1 help in flash. You could always add a ease out tween once it reaches 100 with script. =D
    Cheers.
  2. Just rebooted my site, tell me what you think~

    Sup guys,
    haven't been around much, busy with work and stuff.
    Just finished compiling some stuff and, well,

    rebooted my site.
    www.kelvinzhao.net

    Do give me some comments.
    Cheers guys.
  3. Replies
    5
    Views
    480

    Hi chriso20, Thanks for the link. That "sperm"...

    Hi chriso20,

    Thanks for the link. That "sperm" is something like what Eager Beaver had, nice movement, but not quite the same idea. (I think..)

    Hi again Eager Beaver,

    Thanks again for the...
  4. Replies
    5
    Views
    480

    Hi Eager Beaver, Thanks for the reply. It's...

    Hi Eager Beaver,

    Thanks for the reply.
    It's not really what i am trying to get thou.
    Basically i need a thick black line kinda twisting and turning,
    it doesn't even have to be sliding around...
  5. Replies
    5
    Views
    480

    [f8]Scripting curvy snake movements..

    Hi guys,

    Wondering if anyone has any idea how to script a curvy snake-like movement to a line?
    I'm using curveTo to control my lines, but i can't seem to get a snakey movement.. Any tips?
    And...
  6. Replies
    4
    Views
    1,752

    Yea i tried whatthefont, but it gave me...

    Yea i tried whatthefont, but it gave me inaccurate results.. Close, but not right..
    Thanks onine. I checked it out, it IS century book indeed! Cool cool.. Thanks.
  7. Replies
    0
    Views
    769

    [f8]Cycling random text (different kind)

    Hi guys,

    Anyone knows how to achieve this cycling random text effect?
    I've searched through the forums and found one cycling text effect posted, but its kinda opposite of how this effect runs.....
  8. Replies
    4
    Views
    1,752

    Any idea what name this font is?

    http://www.natl.tv/

    Hi guys,

    Anyone knows what is the name of the font used for this site?

    Thanks!
  9. Thread: myMC.onLoad?

    by s7N
    Replies
    2
    Views
    1,681

    Hmm.. Basically i am using createEmptyMovieClips...

    Hmm.. Basically i am using createEmptyMovieClips to create say, 10 movieclips.. And i want all of them to have a set of initial variables. That's why i need to place a myMC.onLoad. But i realised...
  10. Thread: myMC.onLoad?

    by s7N
    Replies
    2
    Views
    1,681

    myMC.onLoad?

    Hi guys,

    Just wondering.. How do i add a myMC.onLoad? I realised that this doesn't work..
    I can add myMC.onEnterFrame or myMC.onRelease so that i can add scripts onto myMC on the timeline instead...
  11. Replies
    3
    Views
    923

    Well, with the tween class, such easing stuff is...

    Well, with the tween class, such easing stuff is a breeze..
    Check out the tween class help file. =D
  12. Replies
    0
    Views
    604

    [F8] Gradual color changes

    Hi guys,

    Any idea how to colorTransform with the tween class?
    Basically i need the background and my texts to transit gradually from one color to another.. How should i go about doing it?
    A side...
  13. Replies
    0
    Views
    507

    [f8]Pixel stretching..

    Hi guys,

    http://www.highfloater.com/
    Anyone done such pixel stretching script before? I think it would make a pretty good transition for a picture. Any tutorial or fla to explore would be great....
  14. Replies
    3
    Views
    830

    Thanks for the fla. Hmm.. But it doesn't use the...

    Thanks for the fla. Hmm.. But it doesn't use the tween class to create the animation thou. It uses onEnterFrame, which isn't as dynamic as it is constrained by the frame rate and also i am unable to...
  15. Replies
    3
    Views
    830

    [f8]Tween Class question

    Hi guys,

    Just learnt about using the tween class and it's been really useful.
    Got one question about it thou.
    The movement tweening, there is only a start and end loc to be entered. But if i...
  16. Thanks, setInterval works fine, but i just...

    Thanks, setInterval works fine, but i just realised, the tween class works even better for the 2 things im trying to achieve.
    Thanks for the reply still.

    P.S. I can't seem to edit the topic post...
  17. Using script instead of timeline to control time.

    Hi guys,

    I am trying to do two effects, which requires tweening if i do it via timeline, but i am thinking, there should be a way to write a function to do the same thing so i can duplicate it...
  18. Replies
    8
    Views
    728

    Wow, gecko, nice links, very useful applications....

    Wow, gecko, nice links, very useful applications. Bet it'll come in handy someday.
  19. Replies
    6
    Views
    569

    Hi guys, (Hi cancerinform, thanks for the help)...

    Hi guys,
    (Hi cancerinform, thanks for the help)
    Just a little update.
    When cancerinform asked me to post the sample fla. I decided to strip my fla down so that it only has the problem in it, (cos...
  20. Replies
    6
    Views
    569

    I'm just using the textfield, not the component.

    I'm just using the textfield, not the component.
  21. Replies
    6
    Views
    569

    Hi, sorry, maybe i wasnt clear enough, i first...

    Hi, sorry, maybe i wasnt clear enough, i first tried importing the swf via the library.. Which made it a movieClip without any scripts.. My fault. (I just forgotten how i should load it in.. =[)...
  22. Replies
    6
    Views
    569

    [Resolved] Importing flash games into main interface.

    Hi guys,

    I've recently completed a few small flash games, and i am wondering how do i import it into my main flash interace/site so that i can play them on it? Importing the swf that i exported...
  23. Replies
    8
    Views
    728

    Yea, the two points will act as a anchor point to...

    Yea, the two points will act as a anchor point to curve the line. By tweaking the two points and also adding a little bit of random(10), i managed to make it look pretty much like a fishing line in...
  24. Replies
    8
    Views
    728

    Thanks thanks. Managed to get it to work, by...

    Thanks thanks. Managed to get it to work, by setting a function to keep drawing a curve line from point to mouse.
    Thanks.
  25. Replies
    8
    Views
    728

    Thanks for the reply. Hmm.. I managed to draw a...

    Thanks for the reply.
    Hmm.. I managed to draw a straight line from the point till mouse with the lineTo.. But don't really get how the curveTo works..
Results 1 to 25 of 169
Page 1 of 7 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center