News:

If you need instructions on how to get through the hotels, check out the enclosed instruction book.

Main Menu

Total Tutorial Topic

Farted by RomanClock, September 08, 2005, 05:06:06 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

MapClock

How about one for making a working clockface.
Yup

RomanClock

Quote from: AssholeHow about one for making a working clockface.
You can open almost anyones fla and find one, just test it in a movie to see if it works.
lemayo lol :soups:

MapClock

Thanks ill find one.
Yup

EnvelopeClock

I forgot how to do this. I knew a while back. How do I have a button go to a website in another window?

Wind-up Clock

on (release)
     getURL("Yoursitehere+http", "_blank");
[SIGPIC][/SIGPIC]

EnvelopeClock

Quote from: Wind-Up Clockon (release)
     getURL("Yoursitehere+http", "_blank");
Thanks!

Joey 56465468

if you can please help me
how do i mask to show emotion?
it would be greatly apreciated _praiz_

slof

well i voted 4 is that good enough?

RomanClock

Make something move towards another clip:

Give the clip that the things are atracted to the anme "character".
Add this code to everything attracted to it:

onClipEvent (load) {
   speed = 1 //you can change this number to make it go faster or slower
}
onClipEvent (enterFrame) {
   if (_x<_root.character._x) {
      _x += speed
   }
   if (_x>_root.character._x) {
      _x -= speed
   }
   if (_y<_root.character._y) {
      _y += speed
   }
   if (_y>_root.character._y) {
      _y -= speed
   }
}
lemayo lol :soups:

MapClock

What would be the actionscript for a button link to this website
http://www.locklegion.com/uploads/AssholeClock's%20FLA.fla
Yup

MapClock

Yup

Ion Clock

dude, roman clock, u helped me alot with actionscripting, thanx. :D

PentagramClock

Quote from: motherfucking flashScene name must be quoted string
     {gotoAndStop(1,1);}
CUNT! It's what Code Hint says to do. :(
I\'ve had this signature for years now, I think I may need a new one.

Quote from: MadnessCombatThe truth is, The only friends I have are God and Jesus
Quote from: TI-83 Clock;674449imaginary friends dont count

Exclamation Mark

ive copied the actionscritp on you'r writign face tut but the bit's where i edit what should i put there? and put it to the 1st of jan and make it qute slow please.
Quote from: Crucifix;1556967I now have a 14 year old girl hitting on me. If I had proof she wasn\'t a 50 year old man I\'d be masturbating right about now :>

AlethioClock

Having some major troubles with the clock thing.
Where the B do I put the code?
I did it as this:
Layer1: empty (should put code somewhere here)
Layer2: secHand
Layer3:hourHand
Layer4:minHand

(Layers are in that order, layer 1 is top layer 4 is bottom)
Where the greasy poop do I put the code? :confused:
EDIT: Nevermind. Figured it.


Bloody Eye Clock


AlethioClock

Holy shit, I made the last post. "Last edited by: Heart".
I wasn't even DemonHeart back then, talk about a dead thread.


BlueGasMask

Quote from: Pokemon with the poke in the mon and the thing where the guy comes out and there's a fight and he bights him ORR AH HAHHH MAH HOR HOR HORfixed


BTW ANYONE HAVE A TUT REQUEST?!?!?!

How about a tutty on making a real time clock face?
I GIVE UP D:<

Kidney BeanClock

I know this is probably a stupid question, but could you show me how to make a button that can toggle the subtitles in a flash?


TambourineClock

I have Macromedia Flash Professional 8 and Macromedia Flash MX on my computer. And I was going to learn how to make all 3 buttons work in my game. All I learned was how to make one button work, and the actionscript was:

on(release){
_root.play();
}

next thing I found a way to make it clickable, then on the next keyframe, I typed in the Actions panel:

stop();

That's all I learned. Here, I'll tell you who taught me that: when I was on Newgrounds (well, not anymore I'm not. Some people quit Newgrounds for good, some don't. But I did, but when I was on Newgrounds), some girl on Newgrounds helped me make a button in Google Talk when I had Macromedia Flash Professional 8 up, and she said through Google Talk that this Actionscript on how to make a PLAY button work (look at the Actionscript at the top) and she said that it works with ANY flash program. So readers, when you read this topic, I just told you the script for a PLAY button in your movie. I'm just helping out to others, too, Roman Clock. Just like other people say, "Help is appreciated."  :)

Plus, is there a way you can give me a script into making all 3 buttons work? Y'know, "New game", "Load game", and "Options" buttons? How do you make all those buttons work? Is there a way you can help me, too, Roman Clock? Thanks for your kindness?

P.S. After you give me the scripts, can you help me with the difficulty buttons and other buttons you can think of for my "Options" menu? I'm stumped aswell as other people are.