1
Fork 0
mirror of https://github.com/Steffo99/stack.git synced 2024-10-16 06:17:30 +00:00

Record per Roll.

E un orologio blu.
This commit is contained in:
Steffo 2013-08-09 21:10:15 +02:00
parent 9307ff6842
commit 0aece90a45
106 changed files with 335 additions and 3 deletions

View file

@ -29,6 +29,7 @@
<sprite>sprites\i_moneta</sprite>
<sprite>sprites\i_clock_100_yellow</sprite>
<sprite>sprites\i_clock_100_red</sprite>
<sprite>sprites\i_clock_100_cyan</sprite>
<sprite>sprites\i_blocco</sprite>
<sprite>sprites\i_clock_100_totem</sprite>
<sprite>sprites\i_maxi</sprite>
@ -131,6 +132,10 @@
<script>scripts\rocketup.gml</script>
<script>scripts\localrocket.gml</script>
<script>scripts\gravinvert.gml</script>
<scripts name="Roll">
<script>scripts\r_s_roll.gml</script>
<script>scripts\r_l_roll.gml</script>
</scripts>
</scripts>
<fonts name="fonts">
<font>fonts\points</font>

View file

@ -81,6 +81,46 @@
</argument>
</arguments>
</action>
<action>
<libid>1</libid>
<id>601</id>
<kind>0</kind>
<userelative>0</userelative>
<isquestion>0</isquestion>
<useapplyto>-1</useapplyto>
<exetype>1</exetype>
<functionname>action_execute_script</functionname>
<codestring></codestring>
<whoName>self</whoName>
<relative>0</relative>
<isnot>0</isnot>
<arguments>
<argument>
<kind>9</kind>
<script>r_l_roll</script>
</argument>
<argument>
<kind>0</kind>
<string>0</string>
</argument>
<argument>
<kind>0</kind>
<string>0</string>
</argument>
<argument>
<kind>0</kind>
<string>0</string>
</argument>
<argument>
<kind>0</kind>
<string>0</string>
</argument>
<argument>
<kind>0</kind>
<string>0</string>
</argument>
</arguments>
</action>
</event>
<event eventtype="3" enumb="0">
<action>
@ -191,6 +231,116 @@
<relative>0</relative>
<isnot>0</isnot>
</action>
<action>
<libid>1</libid>
<id>421</id>
<kind>3</kind>
<userelative>0</userelative>
<isquestion>0</isquestion>
<useapplyto>0</useapplyto>
<exetype>0</exetype>
<functionname></functionname>
<codestring></codestring>
<whoName>self</whoName>
<relative>0</relative>
<isnot>0</isnot>
</action>
<action>
<libid>1</libid>
<id>422</id>
<kind>1</kind>
<userelative>0</userelative>
<isquestion>0</isquestion>
<useapplyto>0</useapplyto>
<exetype>0</exetype>
<functionname></functionname>
<codestring></codestring>
<whoName>self</whoName>
<relative>0</relative>
<isnot>0</isnot>
</action>
<action>
<libid>1</libid>
<id>612</id>
<kind>0</kind>
<userelative>0</userelative>
<isquestion>-1</isquestion>
<useapplyto>-1</useapplyto>
<exetype>1</exetype>
<functionname>action_if_variable</functionname>
<codestring></codestring>
<whoName>self</whoName>
<relative>0</relative>
<isnot>0</isnot>
<arguments>
<argument>
<kind>0</kind>
<string>timer</string>
</argument>
<argument>
<kind>0</kind>
<string>record</string>
</argument>
<argument>
<kind>4</kind>
<string>1</string>
</argument>
</arguments>
</action>
<action>
<libid>1</libid>
<id>601</id>
<kind>0</kind>
<userelative>0</userelative>
<isquestion>0</isquestion>
<useapplyto>-1</useapplyto>
<exetype>1</exetype>
<functionname>action_execute_script</functionname>
<codestring></codestring>
<whoName>self</whoName>
<relative>0</relative>
<isnot>0</isnot>
<arguments>
<argument>
<kind>9</kind>
<script>r_s_roll</script>
</argument>
<argument>
<kind>0</kind>
<string>0</string>
</argument>
<argument>
<kind>0</kind>
<string>0</string>
</argument>
<argument>
<kind>0</kind>
<string>0</string>
</argument>
<argument>
<kind>0</kind>
<string>0</string>
</argument>
<argument>
<kind>0</kind>
<string>0</string>
</argument>
</arguments>
</action>
<action>
<libid>1</libid>
<id>424</id>
<kind>2</kind>
<userelative>0</userelative>
<isquestion>0</isquestion>
<useapplyto>0</useapplyto>
<exetype>0</exetype>
<functionname></functionname>
<codestring></codestring>
<whoName>self</whoName>
<relative>0</relative>
<isnot>0</isnot>
</action>
<action>
<libid>1</libid>
<id>612</id>
@ -315,6 +465,20 @@
</argument>
</arguments>
</action>
<action>
<libid>1</libid>
<id>422</id>
<kind>1</kind>
<userelative>0</userelative>
<isquestion>0</isquestion>
<useapplyto>0</useapplyto>
<exetype>0</exetype>
<functionname></functionname>
<codestring></codestring>
<whoName>self</whoName>
<relative>0</relative>
<isnot>0</isnot>
</action>
<action>
<libid>1</libid>
<id>603</id>
@ -331,15 +495,15 @@
<arguments>
<argument>
<kind>1</kind>
<string>draw_sprite_ext(i_clock_100_red, ceil(start)+1, 320, 240, 4, 4, 0, c_white, 1);
<string>draw_sprite_ext(i_clock_100_red, ceil(start)+1, 320, 240, 6, 6, 0, c_white, 1);
</string>
</argument>
</arguments>
</action>
<action>
<libid>1</libid>
<id>421</id>
<kind>3</kind>
<id>424</id>
<kind>2</kind>
<userelative>0</userelative>
<isquestion>0</isquestion>
<useapplyto>0</useapplyto>
@ -382,6 +546,38 @@
</argument>
</arguments>
</action>
<action>
<libid>1</libid>
<id>501</id>
<kind>0</kind>
<userelative>-1</userelative>
<isquestion>0</isquestion>
<useapplyto>-1</useapplyto>
<exetype>1</exetype>
<functionname>action_draw_sprite</functionname>
<codestring></codestring>
<whoName>self</whoName>
<relative>0</relative>
<isnot>0</isnot>
<arguments>
<argument>
<kind>5</kind>
<sprite>i_clock_100_cyan</sprite>
</argument>
<argument>
<kind>0</kind>
<string>624</string>
</argument>
<argument>
<kind>0</kind>
<string>16</string>
</argument>
<argument>
<kind>0</kind>
<string>floor(record)+1</string>
</argument>
</arguments>
</action>
</event>
<event eventtype="9" enumb="82">
<action>

3
scripts/r_l_roll.gml Normal file
View file

@ -0,0 +1,3 @@
ini_open("savefile.ini");
m_roll.record = ini_read_real("Roll",room_get_name(room),"0"); // Record
ini_close();

4
scripts/r_s_roll.gml Normal file
View file

@ -0,0 +1,4 @@
ini_open("savefile.ini");
ini_write_real("Roll",room_get_name(room),m_roll.timer); // Record
ini_close();
m_roll.record = m_roll.timer;

View file

@ -0,0 +1,124 @@
<!--This Document is generated by GameMaker, if you edit it by hand then you do so at your own risk!-->
<sprite>
<xorig>16</xorig>
<yorigin>16</yorigin>
<colkind>1</colkind>
<coltolerance>0</coltolerance>
<sepmasks>0</sepmasks>
<bboxmode>0</bboxmode>
<bbox_left>0</bbox_left>
<bbox_right>31</bbox_right>
<bbox_top>0</bbox_top>
<bbox_bottom>31</bbox_bottom>
<HTile>0</HTile>
<VTile>0</VTile>
<TextureGroups>
<TextureGroup0>0</TextureGroup0>
</TextureGroups>
<For3D>0</For3D>
<width>32</width>
<height>32</height>
<frames>
<frame index="0">images\i_clock_100_cyan_0.png</frame>
<frame index="1">images\i_clock_100_cyan_1.png</frame>
<frame index="2">images\i_clock_100_cyan_2.png</frame>
<frame index="3">images\i_clock_100_cyan_3.png</frame>
<frame index="4">images\i_clock_100_cyan_4.png</frame>
<frame index="5">images\i_clock_100_cyan_5.png</frame>
<frame index="6">images\i_clock_100_cyan_6.png</frame>
<frame index="7">images\i_clock_100_cyan_7.png</frame>
<frame index="8">images\i_clock_100_cyan_8.png</frame>
<frame index="9">images\i_clock_100_cyan_9.png</frame>
<frame index="10">images\i_clock_100_cyan_10.png</frame>
<frame index="11">images\i_clock_100_cyan_11.png</frame>
<frame index="12">images\i_clock_100_cyan_12.png</frame>
<frame index="13">images\i_clock_100_cyan_13.png</frame>
<frame index="14">images\i_clock_100_cyan_14.png</frame>
<frame index="15">images\i_clock_100_cyan_15.png</frame>
<frame index="16">images\i_clock_100_cyan_16.png</frame>
<frame index="17">images\i_clock_100_cyan_17.png</frame>
<frame index="18">images\i_clock_100_cyan_18.png</frame>
<frame index="19">images\i_clock_100_cyan_19.png</frame>
<frame index="20">images\i_clock_100_cyan_20.png</frame>
<frame index="21">images\i_clock_100_cyan_21.png</frame>
<frame index="22">images\i_clock_100_cyan_22.png</frame>
<frame index="23">images\i_clock_100_cyan_23.png</frame>
<frame index="24">images\i_clock_100_cyan_24.png</frame>
<frame index="25">images\i_clock_100_cyan_25.png</frame>
<frame index="26">images\i_clock_100_cyan_26.png</frame>
<frame index="27">images\i_clock_100_cyan_27.png</frame>
<frame index="28">images\i_clock_100_cyan_28.png</frame>
<frame index="29">images\i_clock_100_cyan_29.png</frame>
<frame index="30">images\i_clock_100_cyan_30.png</frame>
<frame index="31">images\i_clock_100_cyan_31.png</frame>
<frame index="32">images\i_clock_100_cyan_32.png</frame>
<frame index="33">images\i_clock_100_cyan_33.png</frame>
<frame index="34">images\i_clock_100_cyan_34.png</frame>
<frame index="35">images\i_clock_100_cyan_35.png</frame>
<frame index="36">images\i_clock_100_cyan_36.png</frame>
<frame index="37">images\i_clock_100_cyan_37.png</frame>
<frame index="38">images\i_clock_100_cyan_38.png</frame>
<frame index="39">images\i_clock_100_cyan_39.png</frame>
<frame index="40">images\i_clock_100_cyan_40.png</frame>
<frame index="41">images\i_clock_100_cyan_41.png</frame>
<frame index="42">images\i_clock_100_cyan_42.png</frame>
<frame index="43">images\i_clock_100_cyan_43.png</frame>
<frame index="44">images\i_clock_100_cyan_44.png</frame>
<frame index="45">images\i_clock_100_cyan_45.png</frame>
<frame index="46">images\i_clock_100_cyan_46.png</frame>
<frame index="47">images\i_clock_100_cyan_47.png</frame>
<frame index="48">images\i_clock_100_cyan_48.png</frame>
<frame index="49">images\i_clock_100_cyan_49.png</frame>
<frame index="50">images\i_clock_100_cyan_50.png</frame>
<frame index="51">images\i_clock_100_cyan_51.png</frame>
<frame index="52">images\i_clock_100_cyan_52.png</frame>
<frame index="53">images\i_clock_100_cyan_53.png</frame>
<frame index="54">images\i_clock_100_cyan_54.png</frame>
<frame index="55">images\i_clock_100_cyan_55.png</frame>
<frame index="56">images\i_clock_100_cyan_56.png</frame>
<frame index="57">images\i_clock_100_cyan_57.png</frame>
<frame index="58">images\i_clock_100_cyan_58.png</frame>
<frame index="59">images\i_clock_100_cyan_59.png</frame>
<frame index="60">images\i_clock_100_cyan_60.png</frame>
<frame index="61">images\i_clock_100_cyan_61.png</frame>
<frame index="62">images\i_clock_100_cyan_62.png</frame>
<frame index="63">images\i_clock_100_cyan_63.png</frame>
<frame index="64">images\i_clock_100_cyan_64.png</frame>
<frame index="65">images\i_clock_100_cyan_65.png</frame>
<frame index="66">images\i_clock_100_cyan_66.png</frame>
<frame index="67">images\i_clock_100_cyan_67.png</frame>
<frame index="68">images\i_clock_100_cyan_68.png</frame>
<frame index="69">images\i_clock_100_cyan_69.png</frame>
<frame index="70">images\i_clock_100_cyan_70.png</frame>
<frame index="71">images\i_clock_100_cyan_71.png</frame>
<frame index="72">images\i_clock_100_cyan_72.png</frame>
<frame index="73">images\i_clock_100_cyan_73.png</frame>
<frame index="74">images\i_clock_100_cyan_74.png</frame>
<frame index="75">images\i_clock_100_cyan_75.png</frame>
<frame index="76">images\i_clock_100_cyan_76.png</frame>
<frame index="77">images\i_clock_100_cyan_77.png</frame>
<frame index="78">images\i_clock_100_cyan_78.png</frame>
<frame index="79">images\i_clock_100_cyan_79.png</frame>
<frame index="80">images\i_clock_100_cyan_80.png</frame>
<frame index="81">images\i_clock_100_cyan_81.png</frame>
<frame index="82">images\i_clock_100_cyan_82.png</frame>
<frame index="83">images\i_clock_100_cyan_83.png</frame>
<frame index="84">images\i_clock_100_cyan_84.png</frame>
<frame index="85">images\i_clock_100_cyan_85.png</frame>
<frame index="86">images\i_clock_100_cyan_86.png</frame>
<frame index="87">images\i_clock_100_cyan_87.png</frame>
<frame index="88">images\i_clock_100_cyan_88.png</frame>
<frame index="89">images\i_clock_100_cyan_89.png</frame>
<frame index="90">images\i_clock_100_cyan_90.png</frame>
<frame index="91">images\i_clock_100_cyan_91.png</frame>
<frame index="92">images\i_clock_100_cyan_92.png</frame>
<frame index="93">images\i_clock_100_cyan_93.png</frame>
<frame index="94">images\i_clock_100_cyan_94.png</frame>
<frame index="95">images\i_clock_100_cyan_95.png</frame>
<frame index="96">images\i_clock_100_cyan_96.png</frame>
<frame index="97">images\i_clock_100_cyan_97.png</frame>
<frame index="98">images\i_clock_100_cyan_98.png</frame>
<frame index="99">images\i_clock_100_cyan_99.png</frame>
<frame index="100">images\i_clock_100_cyan_100.png</frame>
</frames>
</sprite>

Binary file not shown.

After

Width:  |  Height:  |  Size: 153 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 167 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 166 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 161 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 160 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 158 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 163 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 158 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 166 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 162 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 162 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 160 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 158 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 171 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 161 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 171 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 162 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 163 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 163 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 173 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 163 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 165 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 166 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 163 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 172 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 163 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 160 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 163 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 158 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 167 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 162 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 161 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 164 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 158 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 174 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 161 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 170 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 172 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 173 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 171 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 174 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 174 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 176 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 171 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 169 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 172 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 173 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 162 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 163 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 161 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 163 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 163 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 167 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 164 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 163 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 171 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 165 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 162 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 162 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 171 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 163 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 163 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 162 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 167 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 164 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 171 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 167 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 172 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 167 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 175 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 169 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 169 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 166 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 166 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 172 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 166 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 160 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 163 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 158 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 170 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 163 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 160 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 164 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 154 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 171 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 162 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 163 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 163 B

Some files were not shown because too many files have changed in this diff Show more