WiiLi Wiki frontpage Include your post in the News Get links Hoteles Quito
WiiLi.org Forum Index WiiLi.org
a new revolution
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Bomberman Hero (Wiimote + Nunchuck)

 
Post new topic   Reply to topic    WiiLi.org Forum Index -> Wii Scripts
View previous topic :: View next topic  
Author Message
TurkeyFried



Joined: 19 Jan 2007
Posts: 2

Digg It
PostPosted: Fri Jan 19, 2007 4:41 am    Post subject: Bomberman Hero (Wiimote + Nunchuck)

This is my first Wiimote script. I've been messing around with the controls and I think it's working pretty good. I took the Nunchuck movements from Blazman's Mario Tennis script, as a placeholder while I write my own.

Code:
/* Bomberman Hero by TurkeyFried
Make sure the analog and buttons are set
to their respective keys.  (A = A, U = Up and so on)

As for the C-buttons, use these settings:
Up = Home
Down = End
Left =  Delete
Right =  Page Down


A = Jump
B = Attack
Plus = Start
Nunchuck controls movement
*/

Wiimote.Leds = 0

// Abilities
A = Wiimote.A
B = Wiimote.B
S = Wiimote.Plus
R = Wiimote.Nunchuk.ZButton


// Camera (Note that there's no Down option in the game.
Delete = Wiimote.Left
PageDown = Wiimote.Right
Home = Wiimote.Up

// Movement  (by Blazman)
if Wiimote.Nunchuk.JoyX >= 0.2{
Right = True
wait 5 ms
Right = False
}
if Wiimote.Nunchuk.JoyX <= -0.2{
Left = True
wait 5 ms
Left = False
}
if Wiimote.Nunchuk.JoyY >= 0.2{
Down = True
wait 5 ms
Down = False
}
if Wiimote.Nunchuk.JoyY <= -0.2{
Up = True
wait 5 ms
Up = False
}
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    WiiLi.org Forum Index -> Wii Scripts All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group