User Tools

Site Tools


en:tutorials:fx:fx

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:tutorials:fx [2018/02/13 20:46 (6 years ago)] – ↷ Page moved from tutorials:fx to en:tutorials:fx iarwainen:tutorials:fx:fx [2020/08/31 05:44 (4 years ago)] (current) – ↷ Links adapted because of a move operation sausage
Line 3: Line 3:
 ===== Summary ===== ===== Summary =====
  
-See previous [[main_previous#Basic|basic tutorials]] for more info about basic [[object|object creation]], [[clock|clock handling]], [[frame|frames hierarchy]], [[anim|animations]], [[viewport|cameras & viewports]] and [[sound|sounds & musics]].+See previous basic tutorials for more info about basic [[..:objects:object|object creation]], [[..:clocks:clock|clock handling]], [[..:objects:frame|frames hierarchy]], [[..:animation:anim|animations]], [[..:viewport:viewport|cameras & viewports]] and [[..:audio:sound|sounds & musics]].
  
 This tutorial shows what FXs are and how to create them. This tutorial shows what FXs are and how to create them.
Line 41: Line 41:
  
 As usual, we begin by creating a viewport, getting the main clock and registering our ''Update'' function to it and, lastly, by creating our soldier and box objects.\\ As usual, we begin by creating a viewport, getting the main clock and registering our ''Update'' function to it and, lastly, by creating our soldier and box objects.\\
-Please refer to the [[main_previous#Basic|previous tutorials]] for more details.+Please refer to the previous tutorials for more details.
  
 We then register to input and FX events. We then register to input and FX events.
Line 92: Line 92:
  
 We can see we get our associated data back using ''orxObject_GetUserData()'' and that adding a FX to our soldier We can see we get our associated data back using ''orxObject_GetUserData()'' and that adding a FX to our soldier
-is done exactly the same way as [[sound#details|adding a sound]] with ''orxObject_AddFX()''.+is done exactly the same way as [[..:audio:sound#details|adding a sound]] with ''orxObject_AddFX()''.
  
 Let's have a look to our ''EventHandler'' function.\\ Let's have a look to our ''EventHandler'' function.\\
Line 259: Line 259:
 ===== Resources ===== ===== Resources =====
  
-Source code: [[https://bitbucket.org/orx/orx/src/default/tutorial/src/07_FX.c|07_FX.c]]+Source code: [[https://github.com/orx/orx/blob/master/tutorial/src/07_FX.c|07_FX.c]]
  
-Config file: [[https://bitbucket.org/orx/orx/src/default/tutorial/bin/07_FX.ini|07_FX.ini]]+Config file: [[https://github.com/orx/orx/blob/master/tutorial/bin/07_FX.ini|07_FX.ini]]
en/tutorials/fx/fx.1518583587.txt.gz · Last modified: 2018/02/14 00:46 (6 years ago) (external edit)