Updated Fancade Text Code Format.md (markdown)
commited
commit
71d5263dbdc12ed3880c8c3bc57f59e49efe84ff
... | ... | @@ -1,6 +1,8 @@ |
1 | 1 | A Pseudo-Coding Language Format Developed by (@Isaglish , me @JP16D , @Qma and @Vex Ave) base from Fancade's Coding. |
2 | 2 | |
3 | Here is what we have done so far ... |
|
3 | This Format will be a basis when sharing or suggesting some codes and code solutions during script discussions. Take this as an easier way to share or suggest a code program instead doing it in fancade and go back to fancade server #scripting channel. Well in case of people that couldn't understand this just do the thing screenshot it and share it to them. |
|
4 | ||
5 | Here is the documentation of what we have done so far ... |
|
4 | 6 | |
5 | 7 | ### Basics |
6 | 8 | |
... | ... | @@ -61,10 +63,13 @@ Control |
61 | 63 | • Touch[ mode , touch ]( ) |
62 | 64 | { function ; return ( x , y ) ; } ; |
63 | 65 | ``` |
66 | ## _____________________________ |
|
64 | 67 | ***Collision*** |
65 | ```• Collide[ Obj ]( ) |
|
68 | ``` |
|
69 | • Collide[ Obj ]( ) |
|
66 | 70 | { function ; return ( Impulse , Normal , Hit Obj ) ; } ; |
67 | 71 | ``` |
72 | ## _____________________________ |
|
68 | 73 | Swipe |
69 | 74 | • Swipe( ) { function ; return ( x , y , z ) ; } ; |
70 | 75 |