Jump to content

Kasdraven

Members
  • Posts

    83
  • Joined

  • Last visited

Everything posted by Kasdraven

  1. OK so here is the code.b1.MovieClip.onPress{getURL('www.whatever.com')}There's a syntax error somwhere in there I just don't know how to fix it.
  2. Hm, well, maybe not. Hold on. I have an idea.
  3. Thanks alot man that worked perfect.
  4. Don't know much about actionscript? If you know that much you're doing pretty good. I'll try that, thanks.
  5. I don't know why I can't remember how to do this, but I took a break from flash and I went back into it because I wanted to make a navigation menu. Here's the idea. I have an actionscript based layout. One movie clip copied and pasted with different instance names for the actionscript. Here is the code for each of the navigation bars.b1.onRollOver = over;b1.onRollOut = out;b1.buttText.buttonText.text ="Home";This works fine, but I forget how to make it so that when you click on it it takes you to the specified URL. The following code deosn't work because these aren't buttons, they're movie clips.b1.onRollOver = over;b1.onRollOut = out;b1.on(release){getURL('www.whatever.com')};b1.buttText.buttonText.text ="Home";How do I make a movie clip when the user click on a particular movie clip, it takes them to a certain URL.
  6. What do you want to do in Flash? Actionscripting, design, animation?
  7. Witch one would you think I should start with? I'm only going to work on one at a time, so witch do you think? Ican start with moderatly hard langauges though, as long as there are tutorials for help, witch i'm sure there are.
  8. So i'm in kind of a rut. I know HTML, XHTML, and CSS (for design, not page layout). I know the basics of JS (Variables, Booleans and such) and I know how to make alert boxes and that sissy mostly useless stuff. But I DON'T KNOW WHERE TO GO FROM HERE! I'm in a rut. I've learned flash and know how to put it into pages. And I want to learn more JavaScript but I wouldn't know what to use it for. Could someone give me some advice? Any ideas of where I should go from here? COuld someone tell me where to go with JS aswell? Thanks alot for any help.
  9. Yes. I am in an interactive media class trade. It's FOR this stuff. She OKs the program and we can download it.
  10. So i'd ask for help on another forum for this but this is the only forum stupid Bess will let me on. Anybody know where to start with TrueVision 3D? I set it up and I can't even find a main startup program. I'm brand new to this and I need to start learning now as I havenb been offered the chance to learn from the ground up to work with a newbie game development team. They wanted a programmer and they want me to start learning as soon as possible, so could someone help me start off? At least set me o nthe right path? Also note that most sites are blocked on my computer, and so if you give me a link there is a very good chance I won't be able to access it because of Bess.
  11. My problem is that it blocks 90% of the educational sites I try to visit for tutorials and it tells me it's porn for the reason. As for the IP, it deosn't work usually. I've tried pinging like 400 sites and it enver works. As for slow, these are computers for things like VIZ and Avid.
  12. How do you find hidden folders? I set it to hidden, and I can find it with the search, but how do I find it without the search?
  13. Could someone help me get around Bess? It's this retarded internet filter they just installed in my school and it blocks EVERYTHING. It even had this site blocked until I submitted it. I just need some way to get around it for like 10 minutes. Some way to get aorund it without proxy servers would be nice but they are still appreciated.
  14. Well see I have a table within a table, and this table has text in it, and when the table gets to a certain height, it extends the height of my surrounding table, making the bg image look weird.
  15. How do I make it so my text deson't increase the size of my tables? I can't remember the code and I can't find it anywhere. I'm using DreamWeaver 8 by the way.
  16. Thanks. I'm learning XHTML right now, have been since I heard about it nad heard it was stricter than HTML, since HTMl is so messy anymore, not really that hard. I only know the basics of JS and don't know how the heck I am going to get better at it. CSS si easy when you et ahold of the syntax, and i'm not too much into programming languages like C++ or C#, and PHP is way out of my league as of yet.
  17. That's awsome. How many years of college did you take for it?
  18. Wow man how long have you been with web design?
  19. Well it won't let me put in <br /> tags in the code editor. I tried <br /> and <br> and it formatted them into < and > the second I tried to put the cod ein myself. You know, I was wondering, could anybody set me on the right track into using CSS instead of table layouts? I know most of CSS luike the back of my hand when it coems to actual page LOOK, but I don't know how to use it for layouts. Also thanks for the help with the enter thing, it worked.
  20. I'm having another DreamWaver problem. I can't set the text so that when I hit enter for a new line, it deosn't skip a line. It's set in paragragh form and won't let me change it. I switch it to none or preformatted and I try to go down to the next line and it switches back to paragragh form and skips a line on me. I also can't put in a break tag because it actually pots it into the page with < and > instead of the actual code.
  21. Hey thanks man, I wasn't sure where to put the CSS. Inline has never been my thing.
  22. Could somebody help me here. I have a table based layout (don't bother telling me not to use a table absed layout.) So how do I untile the background for my table row? The picture is attached. The picture of Rayne hanging upside down and shooting is the one I want to untile.
  23. Kasdraven

    sizes please?

    Here is an example.This gos between the <head> and </head> tags, or you can make it an inline code.<style type-"text/css">body{font-size: 13px; }</style>With this code, anything within the <body> and </body> tags will be 13px text size.I use pt alot aswell, but I would stick with px
  24. What does the parsInt thing do?
  25. Yes but loading time for flash can be brought down dramatically through certain actionscript. I believe we shouldn't compare them because without HTML we really couldn't have Flash online.
×
×
  • Create New...