A Flash Developer Resource Site

Search:

Type: Posts; User: pranster

Page 1 of 10 1 2 3 4

Search: Search took 0.30 seconds.

  1. Replies
    46
    Views
    31,418

    I could not open the page(url)

    I could not open the page(url)
  2. Replies
    1
    Views
    357

    Dropdown menus

    Can someone help me with the script of the dropdown menus??:mrpimp:
  3. Replies
    1
    Views
    570

    Crossword in flash

    Does anyone have a tute or the code to make a crossword in Flash??? :mrpimp:
  4. Thread: Laptop Woes

    by pranster
    Replies
    1
    Views
    460

    Hi I would like some help... I am designing a...

    Hi I would like some help... I am designing a site which is goinn to be viewed mostly on laptops... Now the color scheme copletely changes on the laptop. What appears as a bright blue on the desktop,...
  5. Replies
    1
    Views
    397

    ANYBODY MAN ENOUGH TO HELP???

    Hi I have a text field with(multiline and wordwrap)...What I want is that when a user clicks a button the text should appear on the 1st line of the textfield ...when clicked again it should appear on...
  6. Replies
    1
    Views
    437

    Hi I have a text field with(multiline and...

    Hi I have a text field with(multiline and wordwrap)...What I want is that when a user clicks a button the text should appear on the 1st line of the textfield ...when clicked again it should appear on...
  7. Thread: how do u??

    by pranster
    Replies
    1
    Views
    454

    how do u make a rollover navigation...

    how do u make a rollover navigation menu......simple one and the most common one where a link has 3 to 4 sub navigation links which appear on mouseover ......similar to the ones u make using...
  8. Can someone tell me the script for a scroller...

    Can someone tell me the script for a scroller where the text in my flash movie is picked up from a txt file..What I want is that If the text increases the scroll bar has a vertical slider which I...
  9. Replies
    5
    Views
    732

    rectified

    I think I have rectified the error

    http://www25.brinkster.com/pranster/techkills.htm
  10. Replies
    3
    Views
    677

    rectified

    I think I have rectified the error

    http://www25.brinkster.com/pranster/techkills.htm
  11. Replies
    5
    Views
    732

    http://www25.brinkster.com/pranster/general/tech_k...

    http://www25.brinkster.com/pranster/general/tech_kills.jpg


    what do u think ...suggestions or criticisms
  12. Replies
    3
    Views
    677

    http://www25.brinkster.com/pranster/general/tech_k...

    http://www25.brinkster.com/pranster/general/tech_kills.jpg


    what do u think ...suggestions or criticisms
  13. u have to come out of the movieclip to the main...

    u have to come out of the movieclip to the main timeline(../) then give what ever action u want to give
  14. Thread: Dragging

    by pranster
    Replies
    4
    Views
    574

    probably there is a way around using a bit of...

    probably there is a way around using a bit of logic...what u could do is insert the button inside a MC and then give action on release Goto & Stop(2)


    Rather I have made the sample on this link...
  15. make an animation for the roll up state in the...

    make an animation for the roll up state in the same MC as the rollover and then follow the same procedure for the rollout stat as u did for the roll over state.
  16. I think this will be of help to you.... ...

    I think this will be of help to you....

    http://board.flashkit.com/board/showthread.php?threadid=205048


    try this link..
  17. Replies
    26
    Views
    1,655

    U can mask a textfield true but at the same time...

    U can mask a textfield true but at the same time can u prevent the text from being selectable....
  18. Replies
    1
    Views
    614

    How do u mask dynamic text...Is it possible at all

    How do u mask dynamic text...Is it possible at all
  19. Thread: visibility

    by pranster
    Replies
    3
    Views
    494

    on the last keyframe of your MC give the action ...

    on the last keyframe of your MC give the action

    Goto & Stop(1)...

    there u have it......your MC is reset
  20. Replies
    3
    Views
    389

    try labelling the frame where u want the MC to...

    try labelling the frame where u want the MC to jump to ...because u won't be able to specify a particular scene while using _parent.MC

    I hope it works
  21. suppose u want to go to frame 25 on the main...

    suppose u want to go to frame 25 on the main timeline from frame 30 of your MC.

    try using

    tellTarget ("../") {
    gotoAndStop (25);
    }


    I f u want to go to another scene try using a...
  22. Thread: HELLO??????

    by pranster
    Replies
    0
    Views
    363

    do u know the purpose of boards????????or have u...

    do u know the purpose of boards????????or have u forgotten?? as for knowing things I bet there can't be any better guys for flash as they are out here in the moderators panel
  23. Thread: if????

    by pranster
    Replies
    2
    Views
    450

    I think you need to give an action to an...

    I think you need to give an action to an invisible button placed on the movie stage of a new layer something like

    on (keyPress "s") {
    x = _currentframe;
    x = x+10;
    gotoAndPlay (x);...
  24. Replies
    1
    Views
    364

    how do I create a scroll bar where the text is...

    how do I create a scroll bar where the text is loaded through a text field instead of embedding the text in the flash movie....so that I can reduce the file size and also the text appears more...
  25. Replies
    1
    Views
    378

    I want to have crisp text in my movie...for That...

    I want to have crisp text in my movie...for That I have heard that it is better to call text from a txt file and moreover can the text have link...suppose i call the text http://www.flashkit.com from...
Results 1 to 25 of 240
Page 1 of 10 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center