This repository was archived by the owner on Sep 21, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +73
-9
lines changed Expand file tree Collapse file tree 3 files changed +73
-9
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,41 @@ if offsetnext = 4
100
100
101
101
//Keep changing offset values
102
102
alarm[0] = 10
103
+ </string >
104
+ </argument >
105
+ </arguments >
106
+ </action >
107
+ </event >
108
+ <event eventtype =" 3" enumb =" 1" >
109
+ <action >
110
+ <libid >1</libid >
111
+ <id >603</id >
112
+ <kind >7</kind >
113
+ <userelative >0</userelative >
114
+ <isquestion >0</isquestion >
115
+ <useapplyto >-1</useapplyto >
116
+ <exetype >2</exetype >
117
+ <functionname ></functionname >
118
+ <codestring ></codestring >
119
+ <whoName >self</whoName >
120
+ <relative >0</relative >
121
+ <isnot >0</isnot >
122
+ <arguments >
123
+ <argument >
124
+ <kind >1</kind >
125
+ <string >///Make sure pokey parts do not get lost
126
+ if not instance_exists(mebelow)
127
+ {
128
+ var next = mebelow
129
+ while next != noone
130
+ {
131
+ instance_activate_object(next)
132
+ if instance_exists(next)
133
+ next = next.mebelow
134
+ else
135
+ next = noone
136
+ }
137
+ }
103
138
</string >
104
139
</argument >
105
140
</arguments >
@@ -152,10 +187,7 @@ if mebelow = noone
152
187
else
153
188
{
154
189
155
- //Activate the below pokey
156
- instance_activate_object(mebelow)
157
-
158
- //If it exist, snap to its position
190
+ //If it exists, snap to its position
159
191
if instance_exists(mebelow)
160
192
{
161
193
x = mebelow.x
Original file line number Diff line number Diff line change @@ -106,6 +106,41 @@ if offsetnext = 4
106
106
107
107
//Keep changing offset values
108
108
alarm[0] = 10
109
+ </string >
110
+ </argument >
111
+ </arguments >
112
+ </action >
113
+ </event >
114
+ <event eventtype =" 3" enumb =" 1" >
115
+ <action >
116
+ <libid >1</libid >
117
+ <id >603</id >
118
+ <kind >7</kind >
119
+ <userelative >0</userelative >
120
+ <isquestion >0</isquestion >
121
+ <useapplyto >-1</useapplyto >
122
+ <exetype >2</exetype >
123
+ <functionname ></functionname >
124
+ <codestring ></codestring >
125
+ <whoName >self</whoName >
126
+ <relative >0</relative >
127
+ <isnot >0</isnot >
128
+ <arguments >
129
+ <argument >
130
+ <kind >1</kind >
131
+ <string >///Make sure pokey parts do not get lost
132
+ if not instance_exists(mebelow)
133
+ {
134
+ var next = mebelow
135
+ while next != noone
136
+ {
137
+ instance_activate_object(next)
138
+ if instance_exists(next)
139
+ next = next.mebelow
140
+ else
141
+ next = noone
142
+ }
143
+ }
109
144
</string >
110
145
</argument >
111
146
</arguments >
@@ -169,10 +204,7 @@ if mebelow = noone
169
204
else
170
205
{
171
206
172
- //Activate the below pokey
173
- instance_activate_object(mebelow)
174
-
175
- //If it exist, snap to its position
207
+ //If it exists, snap to its position
176
208
if instance_exists(mebelow)
177
209
{
178
210
x = mebelow.x
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ and keyboard_check_pressed(vk_shift)
69
69
audio_play_sound(snd_jump,0,0)
70
70
71
71
//Make Mario move upwards
72
- other.vspeed = -2 .85
72
+ other.vspeed = -3 .85
73
73
74
74
//Enable variable jumping
75
75
other.jumpnow = 1
You can’t perform that action at this time.
0 commit comments