I have two things I need help with...
1. Whenever the sprite is in the top 25% of the computer screen I want it to say "I like it up here"
2. Whenever I click the background, a flower appears at that spot.
How would I do these things? Thanks!
Offline
1.
when gf clicked forever if < (y Position) > [90] > say [I like it up here!] else say [ ] end endIf the object is in the top 25% of the computer screen, it says something, else it says nothing.
when gf clicked forever wait until <mouse down?> go to [mouse-pointer v] show stamp hide end endThe flower-object waits until the mouse is down, then goes to the mouse-pointer position, shows, stamps (a flower appears) and hides again
Last edited by xJira (2012-04-25 13:47:01)
Offline