A Flash Developer Resource Site

Search:

Type: Posts; User: jardane

Page 1 of 12 1 2 3 4

Search: Search took 0.03 seconds.

  1. AS 2 Never mind i figured it out.

    Never mind i figured it out.
  2. AS 2 Thanks Nig 13, can you explain how to use it? how...

    Thanks Nig 13, can you explain how to use it? how is it activated when i click a button?
  3. AS 2 The movie clip is moving to one of five...

    The movie clip is moving to one of five locations, i would rather use just action script. I know it can be done i just don't know quite how to do it.
  4. AS 2 [RESOLVED] animated moving movie clip with actionscript 2.0

    I have a movie clip that needs to move to a location when a button is pressed. I need the movement to be animated rather then just jump to the location. I think it would have something to do with...
  5. Replies
    1
    Views
    3,218

    hitTestObject and hitTestPoint

    Can someone explain hitTestObject and hitTestPoint to me and give very simple examples of how they work?
  6. oh that is saucy lol i love it thanks

    oh that is saucy lol i love it thanks
  7. This may be a stupid question but what does...

    This may be a stupid question but what does substr(7,1) do?
  8. storing a movieclips instance name in a variable

    I have a movie clip and inside that movie clip there is a button. I will be copying this movie clip 40+ times. When you click the button it must seek out the reference name of the movie clip it is...
  9. help setting a dynamic text box use a dynamic variable name

    I have a movie clip and in that movie clip there is a dynamic text box. I want that text box to display a dynamic variable name something like:

    so the variable will be _root._var plus what ever...
  10. Replies
    2
    Views
    783

    loading variables into flash from xml

    I am a little rusty with my action script and i am still using 2.0 in my project. I need to load variables in to flash from an xml file and i just can't seem to get it to work.

    here is my flash...
  11. Replicating movie clips and having them auto arrange

    I have a client and he wants a flash presentation where variables will be stored in a txt file. In the file it will state how many box's (movie clips) he wants and according to that number, that's...
  12. Replicating movie clips and having them auto aline

    I have a client and he wants a flash presentation where variables will be stored in a txt file. In the file it will state how many box's (movie clips) he wants and according to that number, that's...
  13. not to burst your bubble but i figured it out a...

    not to burst your bubble but i figured it out a few hours ago but thanks anyways
  14. Replies
    2
    Views
    504

    CS3 i was reading about using the FlashVar ability to...

    i was reading about using the FlashVar ability to embed variables in to the object code of the flash file how does that work?
  15. passing variables from an html document to flash

    i need a simple way to pass variable to flash from the html document it's in i know it can be done i just don't remember how.
  16. Replies
    2
    Views
    504

    CS3 actionscript communicating with html

    i have seen this done where a flash file knows what page it's on by some piece of code on the html page. It could have been php or java i don't know but i would like to know how to do that. That way...
  17. Replies
    1
    Views
    377

    the command fscommand("fullscreen", "true"); will...

    the command fscommand("fullscreen", "true"); will make it full screen. for the second part you can either make an off screen button that when a key is pushed it either returns it to normal screen...
  18. Replies
    3
    Views
    517

    post the file and i will see what i can do

    post the file and i will see what i can do
  19. it needs to be on the first frame of your movie...

    it needs to be on the first frame of your movie and the movie clips first frame on it's own layer in the time line. It needs to have a square of what you want the first color to be.
  20. here you go

    You really can't change the workspace color with code what you need to do is create a movie clip and in it make a square that is as big as the work space. Make the movie clip have a frame for every...
  21. Replies
    1
    Views
    916

    are you loading the second one in to the first...

    are you loading the second one in to the first using loadmovie? if so just put a load bar or some kind of pre-loader on the second flash file.
  22. it looks just fine to me

    it looks just fine to me
  23. Replies
    3
    Views
    517

    is the flash fine inside a html document that...

    is the flash fine inside a html document that pops up or is this all flash?
  24. Replies
    2
    Views
    571

    here you go

    The HTML for a Flash movie can be created using the Publish Settings feature in Flash. The Publish Settings dialog box provides an option to affect the WMODE setting. The options selected in the...
  25. Replies
    1
    Views
    369

    [CS3] help with the math.floor command

    I have a project that has a calculation that come back with a number like 10.5. I need to round down a variable and get rid of the .5 using math.floor but i can't seem to figure out how to do it.
    ...
Results 1 to 25 of 299
Page 1 of 12 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center