Jump to content

Kokisho

Members
  • Posts

    27
  • Joined

  • Last visited

Posts posted by Kokisho

  1. Thanks, but it doesnt work, im trying to make it so when the 'moving' movie clip, hits into the wall it jumps to another frame (the start of the game over sequence). Thanks anyways though.

  2. I tried searching hittest and the search came up with a few results but none of them were any help. Im trying to make a flash game where your'e cliff diving and you have to avoid certain stuff on the way down. How do I make it so when the guy hits the rock he goes to a different frame. Please help. :)

  3. Well im trying to make a button where you press it and it gets you to a random frame between, lets say4-7, how would I go about this?Is there some command like:GotoandStop (RandomFrame)Or would I have to create a variable?Any help would be appreciated, thanks. :)

  4. slider.onPress = function(){startDrag("slider");}slider.onRelease = function(){stopDrag();}In the 'function()' what should I put there?And this s the error that comes up:**Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 1: Statement must appear within on handler slider.onPress = function()**Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 5: Statement must appear within on handler slider.onRelease = function()Total ActionScript Errors: 2 Reported Errors: 2

  5. If you want to set up a blog, you will probably want to download an open source PHP one and modify it to do what you want it to do.
    Not just 'a' blog, blogs which people can make and use For exampple: www.bebo.com I think its javscripting but that must be a heck of a lot of scripting...BTW, where would I find and open source PHP script should I google it, if so what should I google?
  6. What would I have too use to make an interactive website eg Blogs, uploading things to the blogs etc.Im pretty sure id have too use PHP but if there is an easier less confusing way please let me know.Ow would it be better to use ASP, I REALLY dont know...

  7. Ok, apparently you can make a site using flash and instead of just linking from page to page, you link from frame to frame.I know how to link frame from frame

    on(release) {gotoAndStop("frame2");}

    I put that on the button, I have two problems1.I need a preloader but I dont know how to make one.2.I need to know how to make it stop as soon as you get on so you can read what it says click the links ETC.Ill be adding more questions when I come to the obstacles.Please help :)

  8. IM trying too make a Drag 'N' Drop game, but the thing is im almost completely new too flash. Ive been trought the Flash Tut but I dont now how. I figured it was the simplest to make and it would be a good start and id be able to learn more from the code. If anyone could help, thanks.

  9. IM trying to make a button on flash, but on the W3 Tut, it says 'In the Object Actions box click on the + sign. Choose Basic Actions > Get URL' but when I click the + sign, there is no Basic actions. So I need a bit of help if you could, thanks.

  10. Hmm, I seem to be having a problem. Im trying to put a song on. But when I try doing what it said the music stops and the end of the frame.How would I remedie this?UpdateSorry, I forgot to put it in another layer.

  11. Oh, sorry, I followed Skemkin's instructions and it worked completely, THANKYOU! But I cant find where to input the background image... Ive checked and rechecked, but I cant see it. Would I have to enter it in. Probably so. Ill try that.

×
×
  • Create New...