A little "Boggle" help

Just a quick one.

Ages ago I went through @tshirtbooth's really cool 14 video boggle tutorial thingy.

Am just coming back to it now, and doing stuff to make it into some sort of word game, but I have a slight issue.

Hopefully, someone who has also had a play around with this might be able to help me :

The actor that displays the words you have already made, works fine when using the preview on the mac. But when using the viewer, or in an ad-hoc, it doesn't display any words at all.
(Pretty sure I remember this being an issue at the time I originally went through the tutorial....but maybe not)
Anyone know what the heck I am on about?

Comments

  • Bilal15Bilal15 Member Posts: 35
    yep i do and there has to be something you missed because ive tested on my ipad (after all 14 videos) and it works perfectly, try watching the videos again.
  • SparkyidrSparkyidr Member Posts: 2,033
    just seems weird that it works in the mac preview, but not on device...hmm

    what version of ios is on your iPad? (I'm on 6.0 at the mo on my phone)
  • Bilal15Bilal15 Member Posts: 35
    edited November 2012
    same version ios 6, maybe we could help each other my version is working perfectly and im in the middle of converting it into my own game if you could help me i will give you the completed project file.

    I just have a problem with the colour change(wrong word=red, right word =green) it works fine but i want to add a addition feature.
  • LeonardDeveloperLeonardDeveloper Member Posts: 4,630
    Thats Strange Sparky, When I go home I'll take a look at my one and see if I can see anything relative to this in the code.....
  • SparkyidrSparkyidr Member Posts: 2,033
    Cheers guys. Will have a poke around to see if I can figure out what's going on.. .but so far, it's got me a little stumped.
    Even if I change what the "display words" actor is actually displaying

    i.e. at the mo it displays -game.displaywords- (to get rid of the "!" as I remember
    if I change it to show -game.usedwords- I get the same result...it works in the preview on the mac, but not on device.

    So I am wondering if it has something to do with the code to create game.usedwords, and game.displaywords using ..game.nextline..

    dunno
Sign In or Register to comment.