Username
Password
Are you new? Sign up now
I’ve forgotten
Home
:.
Downloads
:.
Articles
:.
Projects
:.
Reviews
:.
Forums
:.
Arcade
:.
Klikcast
:.
GOTW
The Daily Click
::.
Forums
::.
Klik Coding Help
::.
How to make a bullet speed faster than 100 , i dunno how to use "movement" plugin .......
Post Reply
Post Oekaki
Posted By
Message
BeanKing
Registered
28/04/2004
Points
180
8th June, 2004 at 07:23:07 -
HELP
n/a
The
Chris Street
Administrator
Unspeakably Lazy Admin
Registered
14/05/2002
Points
48488
8th June, 2004 at 08:51:51 -
Next time please give a more descriptive sentance than HELP.
Ok, a way I use is Fastloop. You can download the extension somewhere at Clickteam.
Fastloop basically repeats an event a set number of times. And you can choose the number of times it needs
You need to make three things: Two bullets, and a player. One bullet goes left, the other goes right. Call them LeftBullet and RightBullet
Now - the fastloop bit. its really quite easy. If you have anything below MMF 1.5 then you won't be able to name your fastloops - just use a number.
On Loop "CircyRightBullet": set x position of x (rightbullet) +1
On Loop "CircyLeftBullet": set x position of x (rightbullet) -1
These two events are useless by themselves - they need to be activated. So...
Player is facing right and presses CTRL:
Create rightbullet relative to player
RightBullet is on screen:
Start Loop "CircyRightBullet" for 200 loops
This basically replicates "set x position of x Rightbullet +1 200 times.
Do the same with the left bullet. And voila, instant bullet hits
n/a
BeanKing
Registered
28/04/2004
Points
180
8th June, 2004 at 09:00:33 -
o thx , i got it~
n/a
Post Reply
1
All
Advertisement
Worth A Click