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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by dhere38

  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

Part and Inventory Search

Back
Top