Volledige versie bekijken : links achter teamfoto
vak429
%Europe/Berlin %695 %2005, 17:41
wie kan me vertellen hoe ik achter een teamfoto links kan plaatsen, ben een flash noob hoef alleen dit ff te weten...
WernerL
%Europe/Berlin %696 %2005, 17:42
Hoezo bedoel je achter de teamfoto?
Als de teamfoto boven de links zit zie je de links niet hoor. :D
En ik neem aan dat je weet hoe je een button maakt, zet de alpha dan op 0 ofzo. :)
dan zie je ze ook niet, of ik snap je niet goed.
vak429
%Europe/Berlin %699 %2005, 17:47
ja heb t ooit es gedaan idd alpha op 0 maar hoe maakte je een button en hoe wordt dat actionscript?
WernerL
%Europe/Berlin %704 %2005, 17:54
Je maakt een nieuwe layer aan, je tekent gewoon iets wat je button moet zijn, rechtermuisknop op dat tekeningetje -> convert to symbol -> button kiezen -> ok klikken.. blabla basis kennis. :D Wat je daar moet doen lijkt me logisch.
Als je dat gedaan hebt ga je weer naar je hoofdmovie toe, dan klik je eenmaal op je button en dan bij actionscript panel type je:
on(release)
{
//hier de actionscript die uitgevoerd meot worden wanneer je erop klikt
}
vak429
%Europe/Berlin %705 %2005, 17:55
ja alleen hoe verwerk ik die link in dat script? :I
flashfreak
%Europe/Berlin %706 %2005, 17:57
euhm zeer eenvoudig:
on(release)
{
getURL("je teamsite")
}
vak429
%Europe/Berlin %709 %2005, 18:02
on(release)
{
getURL("#pienaar")
}
zo dus bv...
Laiverd
%Europe/Berlin %712 %2005, 18:06
Rechtstreek uit de handleiding van Flash MX
Creating buttons
Buttons are actually four-frame interactive movie clips. When you select the button behavior for a symbol, Flash creates a Timeline with four frames. The first three frames display the button's three possible states; the fourth frame defines the active area of the button. The Timeline doesn't actually play, it simply reacts to pointer movement and actions by jumping to the appropriate frame.
To make a button interactive in a movie, you place an instance of the button symbol on the Stage and assign actions to the instance. The actions must be assigned to the instance of the button in the movie, not to frames in the button's Timeline.
Each frame in the Timeline of a button symbol has a specific function:
The first frame is the Up state, representing the button whenever the pointer is not over the button.
The second frame is the Over state, representing the button's appearance when the pointer is over it.
The third frame is the Down state, representing the button's appearance as it is clicked.
The fourth frame is the Hit state, defining the area that will respond to the mouse click. This area is invisible in the movie.
You can also create buttons using the ActionScript MovieClip object. See Using button events with movie clips to trigger scripts. You can add buttons to your movie using button components. See The PushButton component and The RadioButton component.
For an interactive lesson on creating buttons in Flash, choose Help > Lessons > Buttons.
To create a button:
1
Choose Edit > Deselect All to ensure that nothing is selected on the Stage.
2
Choose Insert > New Symbol, or press Control+F8 (Windows) or Command+F8 (Macintosh).
To create the button, you convert the button frames to keyframes.
3
In the Create New Symbol dialog box, enter a name for the new button symbol, and for Behavior choose Button.
Flash switches to symbol-editing mode. The Timeline header changes to display four consecutive frames labeled Up, Over, Down, and Hit. The first frame, Up, is a blank keyframe.
4
To create the Up state button image, use the drawing tools, import a graphic, or place an instance of another symbol on the Stage.
You can use a graphic or movie clip symbol in a button, but you cannot use another button in a button. Use a movie clip symbol if you want the button to be animated.
5
Click the second frame, labeled Over, and choose Insert > Keyframe.
Flash inserts a keyframe that duplicates the contents of the Up frame.
6
Change the button image for the Over state.
7
Repeat steps 5 and 6 for the Down frame and the Hit frame.
The Hit frame is not visible on the Stage, but it defines the area of the button that responds when clicked. Make sure that the graphic for the Hit frame is a solid area large enough to encompass all the graphic elements of the Up, Down, and Over frames. It can also be larger than the visible button. If you do not specify a Hit frame, the image for the Up state is used as the Hit frame.
You can create a disjoint rollover, in which rolling over a button changes another graphic on the Stage. To do this, you place the Hit frame in a different location than the other button frames.
8
To assign a sound to a state of the button, select that state's frame in the Timeline, choose Window > Properties, and then select a sound from the Sound menu in the Property inspector. See Adding sounds to buttons.
9
When you've finished, choose Edit > Edit Document. Drag the button symbol out of the Library panel to create an instance of it in the movie.
flashfreak
%Europe/Berlin %727 %2005, 18:28
Laiverd, het is 1) opgelost
en 2) als die jongen nu es geen engels kan...
Vak429, ja, maar wat voor een url is dat???
Laiverd
%Europe/Berlin %771 %2005, 19:30
[OT] Dat kan inderdaad natuurlijk zo zijn, maar als ik me goed herinner komen hier regelmatig titels van Nederlandstalige boeken langs. Koop dan zo'n boek. Overigens denk ik dat je als je geen engels beheerst, je sowieso misschien maar niet zou moeten beginnen met dit soort software, die echt helemaal in het Engels is. Maar laten we wel wezen: beheerst niet bijna iedereen (en zeker de jongeren onder ons) in elk geval een beetje Engels? Waar het me om gaat, is dat mensen een beetje moeite doen, voordat ze hier hele basale vragen gaan stellen. Overigens: wie de behoefte voelt om hierop te reageren, doe dit vooral, maar NIET in deze thread.
John
vBulletin® v3.8.1, Copyright ©2000-2012, Jelsoft Enterprises Ltd.