-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconstructlinks.html
More file actions
176 lines (141 loc) · 12 KB
/
Copy pathconstructlinks.html
File metadata and controls
176 lines (141 loc) · 12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Frederico Oliveira - Links Cos.tv</title>
<link rel="stylesheet" href="https://unpkg.com/purecss@1.0.1/build/pure-min.css" integrity="sha384-" crossorigin="anonymous">
<link rel="stylesheet" href="https://unpkg.com/purecss@1.0.1/build/grids-responsive-min.css">
<link rel="stylesheet" href="css/side-menu.css">
<!--link rel="stylesheet" href="css/blog/blog-old-ie.css" -->
<link rel="stylesheet" href="css/blog/blog.css">
<link href="css/prism/prism.css" rel="stylesheet" />
</head>
<body>
<div id="layout">
<!-- Menu toggle -->
<a href="#menu" id="menuLink" class="menu-link">
<span></span>
</a>
<div id="menu">
<div class="pure-menu">
<ul class="pure-menu-list">
<li class="pure-menu-item"><a href="index.html" class="pure-menu-link">Home</a></li>
<li class="pure-menu-item"><a href="projects.html" class="pure-menu-link">Projects</a></li>
<li class="pure-menu-item menu-item-divided pure-menu-selected">
<a href="devlog.html" class="pure-menu-link">Devlog</a>
</li>
<li class="pure-menu-item"><a href="contact.html" class="pure-menu-link">Contact</a></li>
</ul>
</div>
</div>
<div id="layout" class="pure-g">
<div class="content pure-u-1 pure-u-md-3-4">
<div>
<!-- A wrapper for all the blog posts -->
<div class="posts">
<h1 class="content-subhead">Devlog</h1>
<!-- A single blog post -->
<section class="post">
<header class="post-header">
<img width="48" height="48" alt="Tilo Mitra's avatar" class="post-avatar" src="img/common/user.png">
<h2 class="post-title">Tutoriais de Construc 2/3 Cost.tv</h2>
<p class="post-meta">
By <a href="#" class="post-author">Fred Oliveira</a> sobre
<a class="post-category post-category-design" href="#">Construc2/3</a>
</p>
</header>
<div class="post-description">
<p>
<h2>Curso Lógica de programação</h2>
<a href="https://cos.tv/videos/play/27531056604550144" target="_blank" >#0 - Introdução</a> <br>
<b>Variáveis</b><br>
<a href="https://cos.tv/videos/play/27288893986213888" target="_blank" >#1 - Tipos de variáveis</a> |
<a href="https://cos.tv/videos/play/27288889126065152" target="_blank" >#2 - Escopo de variáveis</a> <br>
<a href="https://cos.tv/videos/play/27483472511407104" target="_blank" >#3 - Estrutura condicional (if else)</a> <br>
<b>Operadores</b><br>
<a href="https://cos.tv/videos/play/27570232073425920" target="_blank" >#4 - Operadores Aritméticos</a> |
<a href="https://cos.tv/videos/play/27595294930670592" target="_blank" >#5 - Operadores Relacionais</a> |
<a href="https://cos.tv/videos/play/27644509774189568" target="_blank" >#6 - Operadores Lógicos</a> <br>
<b>Estruturas de repetição </b><br>
<a href="https://cos.tv/videos/play/27536128276993024" target="_blank" >#7 - While</a> |
<a href="https://cos.tv/videos/play/27644611505459200" target="_blank" >#8 - Repeat</a> |
<a href="https://cos.tv/videos/play/27536243372626944" target="_blank" >#9 - For</a> |
<a href="https://cos.tv/videos/play/27644646431953920" target="_blank" >#10 - For Each</a> <br>
<b>Arrays</b><br>
<a href="https://cos.tv/videos/play/27889907467325440" target="_blank" >#11 - Parte 1</a> |
<a href="https://cos.tv/videos/play/27934862404260864" target="_blank" >#12 - Parte 2</a> <br>
<b>Funções</b><br>
<a href="https://cos.tv/videos/play/28000874703655936" target="_blank" >#13 - Aprendendo Funções</a><br>
<a href="https://cos.tv/videos/play/28208479228171264" target="_blank" >#14 - Extra Funções Construct 2</a>
<br>
<h2>Dicas</h2>
<a href="https://cos.tv/videos/play/28320305197388800" target="_blank" >#1 - Behavior Solid uso de Tag's</a> <br>
<a href="https://cos.tv/videos/play/29296292345975808" target="_blank" >#2 - Container, tirando dúvidas</a> <br>
<a href="https://cos.tv/videos/play/30263372406099968" target="_blank" >#3 - Operador Ternário</a> <br>
<a href="https://cos.tv/videos/play/30264073387806720" target="_blank" >#4 - Entendendo Tick</a> <br>
<a href="https://cos.tv/videos/play/30398841291838464" target="_blank" >#4 - Extra, Complemento Entendendo Tick</a> <br>
<a href="https://cos.tv/videos/play/30399060086133760" target="_blank" >#5 - Fluxo de eventos / Processo Síncrono</a> <br>
<a href="https://cos.tv/videos/play/30399060086133760" target="_blank" >#6 - Fluxo de eventos / Processo Assíncrono</a> <br>
<a href="https://cos.tv/videos/play/31771593141949440" target="_blank" >#7 - Entendendo de vez o Pixel Rounding</a> <br>
<h2>Expressões</h2>
<a href="https://cos.tv/videos/play/28681271099560960" target="_blank" >#1 - Choose</a> <br>
<a href="https://cos.tv/videos/play/28682496420385792" target="_blank" >#2 - Zeropad</a> <br>
<a href="https://cos.tv/videos/play/29401542699029504" target="_blank" >#3 - Random, int e Round</a> <br>
<a href="https://cos.tv/videos/play/29521045646775296" target="_blank" >#4 - Tokenat</a>
<br>
<h2>Usando Javascript no Construct 3</h2>
<a href="https://cos.tv/videos/play/29404176809758720" target="_blank" >#1 - Js primeiros passos</a> <br>
<a href="https://cos.tv/videos/play/29404446961472512" target="_blank" >#2 - Manipulando objetos pelo Js</a> <br>
<a href="https://cos.tv/videos/play/29472647260180480" target="_blank" >#3 - Chamando a função via JS</a> <br>
<a href="https://cos.tv/videos/play/29496830648161280" target="_blank" >#4 - Quantidade de números após o ponto com JS</a> <br>
<a href="https://cos.tv/videos/play/29498247533072384" target="_blank" >#5 - Criando nosso primeiro arquivo Js</a> <br>
<a href="https://cos.tv/videos/play/30007836556170240" target="_blank" >#6 - Transformando texto em maiúscula e minúscula</a>
<h2>Mecânicas de games</h2>
<a href="https://cos.tv/videos/play/31411575490121728" target="_blank" >#1 - Como fazer um trampolim</a> <br>
<a href="https://cos.tv/videos/play/31551147048997888" target="_blank" >#2 - Como fazer uma plataforma que cai</a> <br>
<a href="https://cos.tv/videos/play/31592314171331584" target="_blank" >#3 - Como fazer uma armadilha giratória</a> <br>
<a href="https://cos.tv/videos/play/31592475654919168" target="_blank" >#4 - Abrindo portas com alavancas - parte 1</a> <br>
<a href="https://cos.tv/videos/play/31592519770083328" target="_blank" >#5 - Abrindo portas com alavancas intermediário</a> <br>
<a href="https://cos.tv/videos/play/31592775373852672" target="_blank" >#6 - Abrindo portas com com chave que vai até a porta</a> <br>
<a href="https://cos.tv/videos/play/31772357707994112" target="_blank" >#7 - Empurrar caixa básico</a> <br>
<a href="https://cos.tv/videos/play/31592842778678272" target="_blank" >#8 - Abrindo portas com contador de chaves</a> <br>
<a href="https://cos.tv/videos/play/31833938593354752" target="_blank" >#9 - Troca de personagem em tempo real / troca de skin</a> <br>
<a href="https://cos.tv/videos/play/31933675571023872" target="_blank" >#10 - Objeto que segue o jogador ficando sempre nas costas</a> <br>
<a href="https://cos.tv/videos/play/32134237117779968" target="_blank" >#11 - Plataforma que rotaciona</a> <br>
<a href="https://cos.tv/videos/play/32132911062881280" target="_blank" >#12 - Criando um Laser Parte 1</a> <br>
<a href="https://cos.tv/videos/play/32214113729680384" target="_blank" >#13 - Criando um Laser parte 2 - Laser horizontal</a> <br>
<a href="https://cos.tv/videos/play/32251023192788992" target="_blank" >#Extra - Criando um laser - Atualização de artes</a> <br>
<a href="https://cos.tv/videos/play/32251073255216128" target="_blank" >#14 - Criando um laser laser horizontal para os 2 lados</a> <br>
<h2>Recriando jogos</h2>
<b>Jogo da velha "Tic Tac Joe"</b><br>
<a href="https://cos.tv/videos/play/27051103430938624" target="_blank" >Parte 1</a> |
<a href="https://cos.tv/videos/play/27050930242360320" target="_blank" >Parte 2</a> |
<a href="https://cos.tv/videos/play/27051106446906368" target="_blank" >Parte 3</a> <br>
<br>
<b>Resolvendo problemas</b><br>
<a href="https://cos.tv/videos/play/27051487418421248" target="_blank" >Fechando o NW.exe com script (serve para qualquer programa)</a> <br>
<br>
<h2>Recursos diversos</h2>
<b>Sistema de save em Arquivo Externo</b><br>
<a href="https://cos.tv/videos/play/27051490093863936" target="_blank" >Versão Construct 2</a> |
<a href="https://cos.tv/videos/play/27051492112633856" target="_blank" >Versão Construct 3</a> <br>
<br>
<b>Desafios de programação</b><br>
<a href="https://cos.tv/videos/play/27288951654224896" target="_blank" >Desafio de programação #1 Imprimir de 1 a 100 em utilizar números</a> <br>
</p>
<p>
<a href="devlog.html">Voltar</a>
</p>
</div>
</section>
</div>
</div>
</div>
</div>
</div>
<script src="js/ui.js"></script>
<script src="js/prism/prism.js"></script>
<script src="js/tittleChange.js"></script>
</body>
</html>