Alice Community  

Go Back   Alice Community > Alice 2 > How do I...?

Reply
 
Thread Tools Display Modes
How Do I(help please).....
Old
cstsomething
Junior Member
 
Status: Offline
Posts: 7
Join Date: Sep 2011
Default How Do I(help please)..... - 09-11-2011, 08:11 PM

I am trying to create a world where the frog hops up at a random number and after each hop. The frog turns slightly to the left. How do I do this without having the frog hop and after each hop stay in the air and increases till its not in view anymore using a random number? Thanks for any help.

frog
Methods
frog.hop ( )
distance = 1
Wait 0.25 seconds
distance set value to 0.08
Do together
frog set pose frog.extended legs style = end gently
frog move up ( ( distance * 0.75 ) ) style = end gently
frog move forward ( ( distance / 2 ) ) style = end gently
Do together
frog move down ( ( 1 * 0.75 ) ) style = begin gently duration = 0.75 seconds
frog.turnleft
frog move forward ( ( distance / 2 ) ) style = begin gently duration = 0.75 seconds
frog set pose frog.sitting style = begin gently duration = 0.75 seconds
   
Reply With Quote
Old
GameKid
Senior Member
 
GameKid's Avatar
 
Status: Offline
Posts: 467
Join Date: May 2011
Location: My magnificent castle
Default 09-15-2011, 03:57 PM

Could you post the world so I could understand better?
   
Reply With Quote
Old
DensetsuNoKaboom
Senior Member
 
DensetsuNoKaboom's Avatar
 
Status: Offline
Posts: 1,188
Join Date: May 2010
Location: e4eaf2
Default 09-15-2011, 04:47 PM

Disable the "set pose" methods, and see if it fixes it. If it does, then you need to figure out how to make the frog go into the position you want it in, without using poses, because sometimes poses mess stuff up. If it doesn't fix the problem, I don't know what to tell you.


Thank you for taking the time to read this signature. This signature loves you.
   
Reply With Quote
Old
cstsomething
Junior Member
 
Status: Offline
Posts: 7
Join Date: Sep 2011
Default 09-18-2011, 02:10 PM

Quote:
Originally Posted by GameKid View Post
Could you post the world so I could understand better?
Will this work?


Newb question, how do I post the world?
   
Reply With Quote
Old
GameKid
Senior Member
 
GameKid's Avatar
 
Status: Offline
Posts: 467
Join Date: May 2011
Location: My magnificent castle
Default 09-18-2011, 03:53 PM

Scroll down in the post menu and click "Manage attatchments". Then, browse until you find the world and upload.


[COLOR=e4eaf2]Your text here[/COLOR]
Come on, you know you want to try it.
   
Reply With Quote
Old
adams34
Guest
 
Status:
Posts: n/a
Default 09-25-2011, 11:09 AM

Disable the "set pose" methods, and see if it fixes it. If it does, then you need to figure out how to make the frog go into the position you want it in, without using poses, because sometimes poses mess stuff up. If it doesn't fix the problem, I don't know what to tell you.
   
Reply With Quote
Old
GameKid
Senior Member
 
GameKid's Avatar
 
Status: Offline
Posts: 467
Join Date: May 2011
Location: My magnificent castle
Default 09-25-2011, 09:25 PM

Quote:
Originally Posted by DensetsuNoKaboom View Post
Disable the "set pose" methods, and see if it fixes it. If it does, then you need to figure out how to make the frog go into the position you want it in, without using poses, because sometimes poses mess stuff up. If it doesn't fix the problem, I don't know what to tell you.
Quote:
Originally Posted by adams34 View Post
Disable the "set pose" methods, and see if it fixes it. If it does, then you need to figure out how to make the frog go into the position you want it in, without using poses, because sometimes poses mess stuff up. If it doesn't fix the problem, I don't know what to tell you.
.....Is this a bot or something?


[COLOR=e4eaf2]Your text here[/COLOR]
Come on, you know you want to try it.
   
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



Copyright ©2023, Carnegie Mellon University
Alice 2.x © 1999-2012, Alice 3.x © 2008-2012, Carnegie Mellon University. All rights reserved.