A Flash Developer Resource Site

Search:

Type: Posts; User: Spliffster

Page 1 of 5 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    1
    Views
    268

    Hey there, I'm trying to change over my...

    Hey there,

    I'm trying to change over my concept site from flash 4 to 5, never did get it anywhere near finished in 4. Anyway, I have a variable loading in from file that contains the text i want...
  2. Replies
    2
    Views
    392

    Yes, that's right, just a / will refer to the...

    Yes, that's right, just a / will refer to the main timeline of the movie from any movie clip.

    Good luck,

    Spliffster
  3. Replies
    12
    Views
    830

    hmm

    I believe, if you go to the View menu, you will be able to select either anti-alias or anti-alias text.

    That's about all the control that you can have over it though.

    Hope this helps,
    ...
  4. Replies
    3
    Views
    557

    Guru, Thanks....it's getting closer to...

    Guru,

    Thanks....it's getting closer to working, slowly.

    If you could just take a look at a bit of code, and let me know what, if anything, I'm doing wrong I would really appreciate it.

    the...
  5. Replies
    3
    Views
    595

    Funner, Thanks, I'm giving it a try. Just...

    Funner,

    Thanks, I'm giving it a try. Just heard from a friend that if you're masking a text field, you it won't accept any actions you try to execute on it, as in changing the variable for...
  6. Replies
    2
    Views
    343

    Pope, Yes, I'm just loading text into...

    Pope,

    Yes, I'm just loading text into variables and then creating a movieclip for each one.

    I'll try creating another movieclip to set all of their visibilities to false.

    Thanks,
    ...
  7. Replies
    8
    Views
    811

    No worries, more help is better than no help right

    No worries, more help is better than no help right
  8. Well, Find out the size of your stage, go...

    Well,

    Find out the size of your stage, go Modify/Movie and check the dimensions of your movie.

    Then, if you want your little movieclip to go from one side of the screen to the other, start it...
  9. Replies
    8
    Views
    811

    wha???? Is that what you see when you test the...

    wha????

    Is that what you see when you test the movie????

    The movie clip will show up on the timeline and stage as just one frame when you're editing the movie, but when you test it it should...
  10. hmmmmmm.... I don't know about the refresh...

    hmmmmmm....

    I don't know about the refresh rate, as far as I can think, yes, you do have to rely on the frame rate that you are using for the animation.

    If you want to speed up the motion a...
  11. Replies
    3
    Views
    557

    Is there a way, inside of a movieclip, to get it...

    Is there a way, inside of a movieclip, to get it to set a variable to it's own instance name???

    Or, is it possible to get the movie to do and unload movie on itself????

    Any ideas,

    ...
  12. Replies
    3
    Views
    595

    Hello, I'm just wondering if it's possible to...

    Hello,

    I'm just wondering if it's possible to mask an editable text field....I'm trying to do this with text that is being imported from file, otherwise I'd just use a symbol.

    Will this work,...
  13. Replies
    8
    Views
    811

    Hey, stupid ;-) on the main timeline, find...

    Hey, stupid ;-)

    on the main timeline, find the keyframes that you are having as your loop...select them all, right-click, select copy frames.
    Then go Insert/New Symbol, choose Movie Clip from...
  14. Give this a try.... keyframe1: set variable...

    Give this a try....

    keyframe1:
    set variable ("i", 0)

    keyframe2:
    Set Property ("objectname", X Position) = "i"
    set Variable ("i" = i + 1)

    keyframe3:
  15. Run a little check like this, should work If...

    Run a little check like this, should work

    If (distx < 0)
    Set Variable: "distx" = distx * -1
    End If


    Think that should do it,

    Spliffster
  16. Replies
    2
    Views
    343

    Hello, Alright, here's the deal, if anyone...

    Hello,

    Alright, here's the deal, if anyone has any insight or ideas I would really appreciate them.

    I am importing text from file in an swf I am creating. The text is put into a variable and...
  17. Replies
    8
    Views
    811

    Make whatever you have looping into a movieclip,...

    Make whatever you have looping into a movieclip, place a keyframe at the end of the movieclip with the following action in it:

    Go to and Play (1)


    Then take that movieclip and put it on the...
  18. Hello, Alright, here's the deal, if anyone...

    Hello,

    Alright, here's the deal, if anyone has any insight or ideas I would really appreciate them.

    I am importing text from file in an swf I am creating. The text is put into a variable and...
  19. Replies
    2
    Views
    821

    mac, K, I actually know how to do this one. ...

    mac,

    K, I actually know how to do this one. For revealing the edges underneath, you'll need to use a mask, and do frame by frame modifications of it so that it will follow the laser along, it's...
  20. Replies
    3
    Views
    543

    this might be what you're looking for. Inside...

    this might be what you're looking for.

    Inside of the html page containing your flash movie, there is the section with the OBJECT IMBED or something like that. In there it should have the size of...
  21. Replies
    2
    Views
    514

    Thank midi, I'll give that a try. At the...

    Thank midi,

    I'll give that a try. At the moment I'm just running through a loop to remove them, but it usually ends up crashing flash so I don't think it's quite the "best" way to go about it.
    ...
  22. Thread: HELP!!!

    by Spliffster
    Replies
    2
    Views
    591

    I'll give it a shot, no promises but what the...

    I'll give it a shot, no promises but what the hell eh.

    send it to the following address though, not my email at flashkit.

    scott.carmichael@click2learn.com

    Spliffster
  23. Replies
    2
    Views
    514

    Hi, I'm wondering if there's a way to get a...

    Hi,

    I'm wondering if there's a way to get a movieclip, which has been duplicated a whole bunch of times, to .....I dunno....querie itself and find out it's name, and then unload said movie...
  24. Replies
    5
    Views
    738

    Guru, Rich, I got it figured out, sorry....my...

    Guru, Rich,

    I got it figured out, sorry....my bad. I needed to go in another layer in the tell target.

    I was telling the movieclip with all the actions to go to the leave label, not the...
  25. Replies
    5
    Views
    738

    Guru, Thank you, the loop works fine now,...

    Guru,

    Thank you, the loop works fine now, unfortunately, it still doesn't get the movie clips to go to the leave section....just kinda does nothing

    any ideas??????
Results 1 to 25 of 114
Page 1 of 5 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center