Jump to content

Kasdraven

Members
  • Posts

    83
  • Joined

  • Last visited

Posts posted by Kasdraven

  1. wouldn't you use this eventMovieClip.onPressand have is execute a function that redirects the url??I do not know much ActionScript...I am trying :)

    Don't know much about actionscript? If you know that much you're doing pretty good. I'll try that, thanks.
  2. 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.

  3. hello guys this is vignesh here. i went thru the examples in w3schools for flash. if someone know some good tutorials for flash please let me know. i am quite new to flash so i am looking out for flash tutorial for beginners.thanks

    What do you want to do in Flash? Actionscripting, design, animation?
  4. Sounds like you're ready to move on to a serverside programming language. Try PHP, ASP(.net), ColdFusion or JSP. :)

    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.
  5. 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.

  6. why are you doing this stuff at school??? They let you install a 3d character program at school???If you can't view other sites you will probably have to wait until you go home.If you are not at school where are you that has a site blocker???

    Yes. I am in an interactive media class trade. It's FOR this stuff. She OKs the program and we can download it.
  7. 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.

  8. lol they are lame...although my school didn't have them back in the good old days, :)...I did help my sister bypass hers...it was a simple solution (Net Sweeper I think) she just had to type the IP Address of the site she wanted because the filter only blocked based on domina names not IP.But yeah she could have got in a lot of trouble...

    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.
  9. 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.

  10. If you give the columns a set width the text should just wrap

    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.
  11. 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.

  12. 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.

  13. 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.

  14. 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

  15. 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...