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.

morbid_clock

hey Rowman Clawk.. i needeth help with makeing a comic bo0k style flash, it has two buttons on the bottom right... ive scripted them to take you back and forward to the next and previous frames.. but thoes frames wont play the animations i have in them.. in the very main window i have stop actions on every frame... and the frames with the animations in them are movie clips.. this may seem confuzZeling.. but recon ya could help me out here ?

RomanClock

either
1. Flash is screwed up
or
2. I don't understand
lemayo lol :soups:

ForkClock

Thanks for the tuts roman! i will use them to the best of my ability.
<3 BobbyClock  <3 Jazzy Jones

Absinthe Clock: I don\'t eat the steak with a fork or a knife.
Absinthe Clock: I kill the fucking cow and eat it raw!

PentagramClock

This isn't really about flash but:

Whenever I try to send someone an swf. they say that they can't open it in player. What is with this?
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

ConcertaClock

sorry, forgot to check up here :D but um er ya. I was kinda hoping for a duplicate MC thing, cause mine jus doesn't work. but thanks anyway.

voidSkipper

Quote from: Roman ClockAnyone need help?
yep! what is the as to go to a specific scene?
on(release){
[help]
}

and i have my sig set up properly, why doesnt it work?

RomanClock

Quote from: ConcertaClocksorry, forgot to check up here :D but um er ya. I was kinda hoping for a duplicate MC thing, cause mine jus doesn't work. but thanks anyway.
Duplicated MC's isnt that complicated but it gets messed up quickly

duplicateMovieClip(PutMCNameHere, "GiveItAnInstaceName", putDepth)
lemayo lol :soups:

RomanClock

Quote from: molecularClockyep! what is the as to go to a specific scene?
on(release){
[help]
}

and i have my sig set up properly, why doesnt it work?

on(release){
_root.gotoAndPlay("TypeScenNameHere", typeFrameNumberHere)
}

what website are you hosting your sig on?
lemayo lol :soups:

Chainsaw Clock

Quote from: Roman Clockon(release){
_root.gotoAndPlay("TypeScenNameHere", typeFrameNumberHere)
}

what website are you hosting your sig on?
You ought to be Clock of the Month
Good Job on the tutorials.
Flash coming Clock-Day 2006.

RomanClock

I think COTM means I get to be super modded or admined.
lemayo lol :soups:

DualGuitarClock

Jeez, I'm embarrased to ask this, cuz its a horribly noob question. I need a good technique for making grass. For my characters to walk on. Just plain, simple grass. All i have now is a green>darkgreen gradient.  :(

voidSkipper

Quote from: Roman Clockon(release){
_root.gotoAndPlay("TypeScenNameHere", typeFrameNumberHere)
}

what website are you hosting your sig on?

thanks.
as for sig, its hosted at http://www.game-warden.com/desktopfs/cc%20sig.swf

also, i used the correct AS to link to my fla, but to no avail. ive changed my clock anyway, so im changing my sig as well :/

RomanClock

Quote from: DualGuitarClockJeez, I'm embarrased to ask this, cuz its a horribly noob question. I need a good technique for making grass. For my characters to walk on. Just plain, simple grass. All i have now is a green>darkgreen gradient.  :(
Hm, I haven done much things with grass and my computers broke right now so I can't check out what you can do on flash.
lemayo lol :soups:

BunnyClock

Hello Roman Clock, i'm trying to make a dress up game for my clock, but somehow, when i test the game, all the clocks that have masking in it get screwed, heres an example-->

http://img402.imageshack.us/my.php?image=game17ny.swf

RomanClock

Check if the layers are ordered correctly and if there is a misplaced picture. I cant really tell from an swf, id need to see a picture of the frames.
lemayo lol :soups:

PentagramClock

In one frame I have three movieclips with music in them, and one the first frame of each of them i have stop();. The instance names are music1, music2, and music3. I also have three buttons, that have the following codes:

on(release){_root.music1.Play();}

on(release){_root.music2.Play();}

on(release){_root.music3.Play();}

Why doesn't it work?
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

RomanClock

Quote from: PentagramclockIn one frame I have three movieclips with music in them, and one the first frame of each of them i have stop();. The instance names are music1, music2, and music3. I also have three buttons, that have the following codes:


on(release){
_root.music1.Play();
}



on(release){
_root.music2.Play();
}



on(release){
_root.music3.Play();
}


Why doesn't it work?
well, from what I see here, Play() ins't suposed to have a capital P.
If thats not the problem, try getting rid of _root. and have nothing in front of it or try put _parent.
lemayo lol :soups:

PentagramClock

Quote from: Roman Clockwell, from what I see here, Play() ins't suposed to have a capital P.
If thats not the problem, try getting rid of _root. and have nothing in front of it or try put _parent.
.... Motherfuck. It was the cap. That was driving me insane.
*kicks self in face*
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

RomanClock

happens to me too :(
but there is a button that may help, it looks like its got three or four lines in it, its the auto format button, it may help you correct stuff.  Also, if your using normal mode, swith to expert mode, it gives more freedom.
lemayo lol :soups:

PentagramClock

Quote from: Roman Clockhappens to me too :(
but there is a button that may help, it looks like its got three or four lines in it, its the auto format button, it may help you correct stuff.  Also, if your using normal mode, swith to expert mode, it gives more freedom.
I was useing expert, thats why that happened.
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