Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. dhere38

    Discussion board

    Does anyone out there know if there is a way to implement a discussion board through Dreamweaver or Ultra dev? Perhaps there is an extension I am not aware of. I would also need some information as to how to install and make it work. Thanks, dhere38
  2. dhere38

    Random script not working in Browser

    Here is my script. I have set the "count" Variables on the first keyframe and this script is on the second. This all works fine when I test it on my computer but fails to appear when uploaded. count = count+1; count2 = countB+1; if (count==20) { gotoAndPlay ("delay")...
  3. dhere38

    Random script not working in Browser

    Can anyone give me a clue as to why my Random Script,meant to place random MC's on the stage, works fine when I test it on my desktop (f12), but when uploaded to the server doesn't even show at all? Thank you.
  4. dhere38

    hit test of an attached movie clip

    Thanks david I have sent it along. dthomas3@maine.rr.com
  5. dhere38

    hit test of an attached movie clip

    Ok I am going to try to be clear but it will be hard. I am recreating the game asteroids. What I have done is to "attachMovie" clip (torpedo) to another movieclip (spaceship). The torpedo movieclip is a movieclip of a torpedo firing and in order to get the torpedo to take on all the...
  6. dhere38

    exe's not working when burned

    Thanks Dave,sorry about the second thread thing this was a mistake. Funny the exe works on my computer but doesnt' work when burned to disc.Does this make any sense? I wonder does the loadmovie function work in the exe format, should.All it is trying to load is the swf so I am assuming that is...
  7. dhere38

    exe's not working when burned

    I need to correct something from my last question. My exe's are working but not when burned to a disc. Does anyone know why this might be happening. Thank you all so much. Darren dthomas3@maine.rr.com
  8. dhere38

    exe's not loading swf's

    my movie works on the web, works on my computer but for some reason won't work when I try to make an exe. player out of it. Does anyone have an answer for me. Thanks to you all. Darren dthomas3@maine.rr.com or dhere39@yahoo.com http://dzign.flash.webjump.com please be patient their servers...
  9. dhere38

    unload attached clip

    Hey Dave, thanks for responding. you are right about the Way Asteroids works. The same game you were describing. I believe that I tried to load to a particular level but there is a distinct possiblity I did it wrong. could you help me with where to specify the level in the attachmovieclip...
  10. dhere38

    unload attached clip

    Hi all, I am recreating Asteroids. Got my Torpedo to attach to the ship and fire but now I can't seem to get it to unload after is has been fired. Tried to "unloadmovieclip" but all that does is unload the entire movie (my guess is that the attachmovieclip loads to the same level). I...
  11. dhere38

    Loading swf files from other location

    on (release) { gotoAndPlay ("Scene#", 1); loadMovie ("your_SWF_file_here.swf", "Holder"); setProperty ("holder", _x, "111.8"); setProperty ("holder", _y, "105.7"); } where "holder" is the instance...
  12. dhere38

    HI all, Having issues with my prelo

    Thank you but what I was referring to was a preloader bar that has its _x scale increased by an equation that determined the percent of _framesloaded. I realize I have not been very clear. Thanks for your patience
  13. dhere38

    HI all, Having issues with my prelo

    HI all, Having issues with my preloader bar (you know the one I am talking about, the one that shows the percentage of download left.) I am not sure if I have forgotten where to put my code or how my code is written. Sooooooo...I will gladly take any suggestions or code someone would send along...
  14. dhere38

    Loading swf files from other location

    sorry this might help more:thread250-54776
  15. dhere38

    Loading swf files from other location

    Check this out:forum250
  16. dhere38

    load pictures dynamically at runtime?

    on (release) { gotoAndPlay ("Scene#", 1); loadMovie ("your_SWF_file_here.swf", "Holder"); setProperty ("holder", _x, "111.8"); setProperty ("holder", _y, "105.7"); } where "holder" is the instance...
  17. dhere38

    Director files and Flash files compatability

    Wondering if I could load a Director file (DCR) similar to loading a Flash (SWF), or is there something I am doing wrong. Thanks everyone, I love this site you all have helped out a lot. Darren Thomas dhere38@yahoo.com dthomas3@maine.rr.com
  18. dhere38

    Properties of a "LoadMovie" swf

    Hi, I am trying to control the Size and placement of a loaded shockwave inside another FLA. I loaded the movie via the "loadmovie" function and tried to set properties. However I am having no luck. My button in a previous scene is working fine, it loads the movie into the correct...
  19. dhere38

    Rollovers sluggish

    Need some help please. My Rollovers are sluggish when made in Dreamweaver(all versions). A friend suggested that I place images 1 pixel by 1 pixel of the rollovers on the page in order to keep the server from having to redownload but this has not alleviated the problem. Does anyone have any...
  20. dhere38

    search engines done in ASP

    trying to develope a search engine with "ASP" for a site in order to search Quark files. This is my first attempt can anybody help? Thank you

Part and Inventory Search

Back
Top